mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +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.