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 5b7b81a commit aba48bdCopy full SHA for aba48bd
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