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 26e32de commit b44b4d5Copy full SHA for b44b4d5
test/prism/locals_test.rb
@@ -40,7 +40,9 @@ class LocalsTest < TestCase
40
# Leaving these out until they are supported by parse.y.
41
"4.0/leading_logical.txt",
42
"4.0/endless_methods_command_call.txt",
43
- "command_method_call_2.txt"
+ "command_method_call_2.txt",
44
+
45
+ "regex_capture_escape_encoding_malformed.txt"
46
]
47
48
Fixture.each(except: except) do |fixture|
0 commit comments