diff options
author | Benoit Daloze <[email protected]> | 2024-11-01 20:22:42 +0100 |
---|---|---|
committer | Jean Boussier <[email protected]> | 2024-11-05 18:00:36 +0100 |
commit | e8522f06b51f86214d28259118c736ac8951d8cd (patch) | |
tree | 70bc5fa6342107c56d8799b2fc6dc199494a7f47 /test | |
parent | f664e7eaabf919c893bfbfab9e774db0523eec11 (diff) |
[ruby/json] Re-enable passing test
https://github.com/ruby/json/commit/82d21f01c5
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12003
Diffstat (limited to 'test')
-rw-r--r-- | test/json/json_parser_test.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/json/json_parser_test.rb b/test/json/json_parser_test.rb index 6d8456c79f..adff91674d 100644 --- a/test/json/json_parser_test.rb +++ b/test/json/json_parser_test.rb @@ -32,8 +32,6 @@ class JSONParserTest < Test::Unit::TestCase end def test_error_message_encoding - pend if RUBY_ENGINE == 'truffleruby' - bug10705 = '[ruby-core:67386] [Bug #10705]' json = ".\"\xE2\x88\x9A\"" assert_equal(Encoding::UTF_8, json.encoding) |