mirror of
https://github.com/neovim/neovim.git
synced 2025-09-08 04:18:18 +00:00

-NaN doesn't exist in the IEEE 754 spec, it is a hardware-specific detail abstracted away by luajit(and not by lua or nvim), so there's no need to test it. Normalize all tests that involve -nan so the suite will be compatible with both Lua and Luajit.