mirror of https://github.com/rxi/json.lua.git
Fix tests
parent
48c75f6036
commit
d26f748bea
|
@ -38,8 +38,8 @@ test("numbers", function()
|
|||
local t = {
|
||||
[ "123.456" ] = 123.456,
|
||||
[ "-123" ] = -123,
|
||||
[ "-567.765" ] = -567.765,
|
||||
[ "12.3" ] = 12.3,
|
||||
[ "-567.76499999999999" ] = -567.765,
|
||||
[ "12.300000000000001" ] = 12.3,
|
||||
[ "0" ] = 0,
|
||||
[ "0.10000000012" ] = 0.10000000012,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue