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 dbc2d64 commit 38d65e8Copy full SHA for 38d65e8
tests/json_generator_test.rb
@@ -69,7 +69,7 @@ def test_dump_strict
69
assert_equal '{}', dump({}, strict: true)
70
71
assert_equal '{"array":[42,4.2,"forty-two",true,false,null]}', dump({
72
- "array" => [42, 4.2, "forty-two", true, false, nil]
+ "array" => [42, 4.2, "forty-two", true, false, nil]
73
}, strict: true)
74
75
assert_equal '{"int":42,"float":4.2,"string":"forty-two","true":true,"false":false,"nil":null,"hash":{}}', dump({
0 commit comments