diff options
author | Kevin Newton <[email protected]> | 2024-05-20 15:40:40 -0400 |
---|---|---|
committer | Kevin Newton <[email protected]> | 2024-05-20 21:25:51 -0400 |
commit | 6ddc0a8044929751146c667be4d777c02ed52667 (patch) | |
tree | 32620b63e59b442c36c098fc76cfc9daf4352120 | |
parent | e82c7a0577cb9574fbe748a381c9d6fa75e9211d (diff) |
[PRISM] Enable TestRegexp#test_unescape
-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 deleted file mode 100644 index 9d514236c7..0000000000 --- a/test/.excludes-prism/TestRegexp.rb +++ /dev/null @@ -1 +0,0 @@ -exclude(:test_unescape, "unescapes in regexp missing some bytes") |