Skip to content

Commit b44b4d5

Browse files
Ignore locals test for malformed regex captures
1 parent 26e32de commit b44b4d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/prism/locals_test.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ class LocalsTest < TestCase
4040
# Leaving these out until they are supported by parse.y.
4141
"4.0/leading_logical.txt",
4242
"4.0/endless_methods_command_call.txt",
43-
"command_method_call_2.txt"
43+
"command_method_call_2.txt",
44+
45+
"regex_capture_escape_encoding_malformed.txt"
4446
]
4547

4648
Fixture.each(except: except) do |fixture|

0 commit comments

Comments
 (0)