summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/regex.txt
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2023-10-17 13:43:43 -0400
committergit <svn-admin@ruby-lang.org>2023-10-18 14:23:46 +0000
commit9c973f9555c2ccfb7f7637bde08a5261baad0e05 (patch)
tree17057931670170059e4b87fdcd2a2d4824da4378 /test/prism/fixtures/regex.txt
parent2a6f7cd9255b61e21cead0c761a513bde2899728 (diff)
[ruby/prism] Use the unescaped regexp to scan for capture groups
https://github.com/ruby/prism/commit/555551e8f2
Diffstat (limited to 'test/prism/fixtures/regex.txt')
-rw-r--r--test/prism/fixtures/regex.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/prism/fixtures/regex.txt b/test/prism/fixtures/regex.txt
index 1e917e7de7..1f33b810ac 100644
--- a/test/prism/fixtures/regex.txt
+++ b/test/prism/fixtures/regex.txt
@@ -28,3 +28,6 @@ foo /bar/
%r#pound#
/aaa #{bbb}/o
+
+/(?<a\
+b>)/ =~ ""; ab