We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3804f38 commit bab704eCopy full SHA for bab704e
tests/json_parser_test.rb
@@ -24,6 +24,9 @@ def test_argument_encoding
24
end if defined?(Encoding::UTF_16)
25
26
def test_error_message_encoding
27
+ # https://github.com/flori/json/actions/runs/6478148162/job/17589572890
28
+ pend if RUBY_ENGINE == 'truffleruby'
29
+
30
bug10705 = '[ruby-core:67386] [Bug #10705]'
31
json = ".\"\xE2\x88\x9A\"".force_encoding(Encoding::UTF_8)
32
e = assert_raise(JSON::ParserError) {
0 commit comments