summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'testdata')
-rw-r--r--testdata/testinput28
-rw-r--r--testdata/testoutput218
2 files changed, 26 insertions, 0 deletions
diff --git a/testdata/testinput2 b/testdata/testinput2
index a6c11dd..c7aaedd 100644
--- a/testdata/testinput2
+++ b/testdata/testinput2
@@ -5680,6 +5680,14 @@ a)"xI
/(*napla:ab+)/B
+/(*napla:)+/
+
+/(*naplb:)+/
+
+/(*napla:^x|^y)/I
+
+/(*napla:abc|abd)/I
+
# ----
# End of testinput2
diff --git a/testdata/testoutput2 b/testdata/testoutput2
index 32be71d..6642d7a 100644
--- a/testdata/testoutput2
+++ b/testdata/testoutput2
@@ -17165,6 +17165,24 @@ No match
End
------------------------------------------------------------------
+/(*napla:)+/
+
+/(*naplb:)+/
+
+/(*napla:^x|^y)/I
+Capture group count = 0
+May match empty string
+Compile options: <none>
+Overall options: anchored
+Starting code units: x y
+Subject length lower bound = 0
+
+/(*napla:abc|abd)/I
+Capture group count = 0
+May match empty string
+First code unit = 'a'
+Subject length lower bound = 1
+
# ----
# End of testinput2