diff options
author | Kevin Newton <[email protected]> | 2024-05-20 15:22:45 -0400 |
---|---|---|
committer | Kevin Newton <[email protected]> | 2024-05-20 21:25:51 -0400 |
commit | e82c7a0577cb9574fbe748a381c9d6fa75e9211d (patch) | |
tree | dc585a4edd46a6f0873004f50a5818015c22ca77 | |
parent | 86cf074fa1dcf73846e094775414d661e47dfc76 (diff) |
[PRISM] Enable TestRegexp#test_match_control_meta_escape
-rw-r--r-- | test/.excludes-prism/TestRegexp.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/.excludes-prism/TestRegexp.rb b/test/.excludes-prism/TestRegexp.rb index 5852d870ef..9d514236c7 100644 --- a/test/.excludes-prism/TestRegexp.rb +++ b/test/.excludes-prism/TestRegexp.rb @@ -1,2 +1 @@ exclude(:test_unescape, "unescapes in regexp missing some bytes") -exclude(:test_match_control_meta_escape, "unescapes in regexp missing some bytes") |