mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 21:49:06 +02:00
parent
f664e7eaab
commit
e8522f06b5
Notes:
git
2024-11-05 17:00:58 +00:00
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue