issue #195 strings tests part 3

cmake
Dibyendu Majumdar 3 years ago
parent 9a86f11bc3
commit facb56e0c1

@ -228,6 +228,9 @@ do
checkQ(true)
checkQ(nil)
checkQ(false)
checkQ(math.huge)
checkQ(-math.huge)
assert(string.format("%q", 0/0) == "(0/0)") -- NaN
checkerror("no literal", string.format, "%q", {})
end

Loading…
Cancel
Save