Skip to content

Commit 26e32de

Browse files
Ignore malformed regex capture in fixtures test
1 parent 5100f8a commit 26e32de

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/prism/fixtures_test.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ class FixturesTest < TestCase
4040
# https://bugs.ruby-lang.org/issues/21168#note-5
4141
except << "command_method_call_2.txt"
4242

43+
except << "regex_capture_escape_encoding_malformed.txt"
44+
4345
Fixture.each(except: except) do |fixture|
4446
define_method(fixture.test_name) { assert_valid_syntax(fixture.read) }
4547
end

0 commit comments

Comments
 (0)