We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a68fcf commit 1c2adcdCopy full SHA for 1c2adcd
1 file changed
tests/stringify.test.lua
@@ -7,7 +7,7 @@ local stringify = mods.stringify
7
local fmt = string.format
8
9
describe("mods.stringify", function()
10
- local nan = is_luajit and "nan" or "-nan"
+ local nan = tostring(0/0)
11
12
it("renders primitives", function()
13
local fn = function() end
0 commit comments