diff options
-rw-r--r-- | test/json/json_parser_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -646,7 +646,7 @@ class JSONParserTest < Test::Unit::TestCase JSON.parse('{"input":{"firstName":"Bob","lastName":"Mob","email":"[email protected]"}') end if RUBY_ENGINE == "ruby" - assert_equal %(expected ',' or '}' after object value, got: '' at line 1 column 72), error.message end end |