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 b3ec252 commit 565c72bCopy full SHA for 565c72b
tests/json_common_interface_test.rb
@@ -56,7 +56,7 @@ def test_parse
56
end
57
58
def test_parse_bang
59
- assert_equal [ 1, NaN, 3, ], JSON.parse!('[ 1, NaN, 3 ]')
+ assert_equal [ 1, Infinity, 3, ], JSON.parse!('[ 1, Infinity, 3 ]')
60
61
62
def test_generate
0 commit comments