We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 07b0e6e + 97c97bc commit 6d59251Copy full SHA for 6d59251
1 file changed
test/pathname/test_pathname.rb
@@ -498,13 +498,11 @@ def obj.to_str; "a/b"; end
498
end
499
500
def test_initialize_nul
501
- omit "https://github.com/truffleruby/truffleruby/issues/4047" if RUBY_ENGINE == "truffleruby"
502
assert_raise(ArgumentError) { Pathname.new("a\0") }
503
504
505
def test_initialize_encoding
506
omit "https://github.com/jruby/jruby/issues/9120" if RUBY_ENGINE == "jruby"
507
508
assert_raise(Encoding::CompatibilityError) { Pathname.new("a".encode(Encoding::UTF_32BE)) }
509
510
0 commit comments