[ruby/json] Re-enable passing test

https://github.com/ruby/json/commit/82d21f01c5
This commit is contained in:
Benoit Daloze 2024-11-01 20:22:42 +01:00 committed by Jean Boussier
parent f664e7eaab
commit e8522f06b5
Notes: git 2024-11-05 17:00:58 +00:00

View File

@ -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)