Skip to content

Commit

Permalink
Merge pull request #2234 from herwinw/spec_regexp_encoding_skip
Browse files Browse the repository at this point in the history
  • Loading branch information
seven1m committed Sep 22, 2024
2 parents b0ae5c2 + 58670d9 commit ded124a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/core/regexp/encoding_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
end
end

# NATFIXME: Crashes with GC unreachable
xit "defaults to UTF-8 if \\u escapes appear" do
it "defaults to UTF-8 if \\u escapes appear" do
/\u{9879}/.encoding.should == Encoding::UTF_8
end

Expand Down

0 comments on commit ded124a

Please sign in to comment.