summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Daloze <[email protected]>2024-11-01 20:22:42 +0100
committerJean Boussier <[email protected]>2024-11-05 18:00:36 +0100
commite8522f06b51f86214d28259118c736ac8951d8cd ()
tree70bc5fa6342107c56d8799b2fc6dc199494a7f47
parentf664e7eaabf919c893bfbfab9e774db0523eec11 (diff)
[ruby/json] Re-enable passing test
https://.com/ruby/json/commit/82d21f01c5
Notes: Merged: https://.com/ruby/ruby/pull/12003
-rw-r--r--test/json/json_parser_test.rb2
1 files changed, 0 insertions, 2 deletions
@@ -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)