summaryrefslogtreecommitdiff
path: root/testdata/testinput7
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/testinput7')
-rw-r--r--testdata/testinput76
1 files changed, 6 insertions, 0 deletions
diff --git a/testdata/testinput7 b/testdata/testinput7
index 4f1dbc5..5c2dd6f 100644
--- a/testdata/testinput7
+++ b/testdata/testinput7
@@ -4243,4 +4243,10 @@
/(?m)^$/<any>g+
abc\r\n\r\n
+/(?m)^$|^\r\n/<any>g+
+ abc\r\n\r\n
+
+/(?m)$/<any>g+
+ abc\r\n\r\n
+
/ End of testinput7 /