[ruby/json] Re-enable passing test
https://github.com/ruby/json/commit/82d21f01c5
This commit is contained in:
parent
f664e7eaab
commit
e8522f06b5
Notes:
git
2024-11-05 17:00:58 +00:00
@ -32,8 +32,6 @@ class JSONParserTest < Test::Unit::TestCase
|
|||||||
end
|
end
|
||||||
|
|
||||||
def test_error_message_encoding
|
def test_error_message_encoding
|
||||||
pend if RUBY_ENGINE == 'truffleruby'
|
|
||||||
|
|
||||||
bug10705 = '[ruby-core:67386] [Bug #10705]'
|
bug10705 = '[ruby-core:67386] [Bug #10705]'
|
||||||
json = ".\"\xE2\x88\x9A\""
|
json = ".\"\xE2\x88\x9A\""
|
||||||
assert_equal(Encoding::UTF_8, json.encoding)
|
assert_equal(Encoding::UTF_8, json.encoding)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user