mirror of
https://github.com/neovim/neovim.git
synced 2026-01-08 12:27:43 +10: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.