Skip to content

Commit

Permalink
Removed trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Oct 8, 2024
1 parent dbc2d64 commit 38d65e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/json_generator_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_dump_strict
assert_equal '{}', dump({}, strict: true)

assert_equal '{"array":[42,4.2,"forty-two",true,false,null]}', dump({
"array" => [42, 4.2, "forty-two", true, false, nil]
"array" => [42, 4.2, "forty-two", true, false, nil]
}, strict: true)

assert_equal '{"int":42,"float":4.2,"string":"forty-two","true":true,"false":false,"nil":null,"hash":{}}', dump({
Expand Down

0 comments on commit 38d65e8

Please sign in to comment.