summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'testdata')
-rw-r--r--testdata/testinput22
-rw-r--r--testdata/testoutput224
2 files changed, 26 insertions, 0 deletions
diff --git a/testdata/testinput2 b/testdata/testinput2
index 4fa1160..1e29593 100644
--- a/testdata/testinput2
+++ b/testdata/testinput2
@@ -2750,6 +2750,8 @@ a random value. /Ix
/(?&word)(?&element)(?(DEFINE)(?<element><[^\d][^>]>[^<])(?<word>\w*+))/BZ
+/(ab)(x(y)z(cd(*ACCEPT)))pq/BZ
+
/abc\K/+
abcdef
abcdef\N\N
diff --git a/testdata/testoutput2 b/testdata/testoutput2
index f223df0..393556e 100644
--- a/testdata/testoutput2
+++ b/testdata/testoutput2
@@ -9606,6 +9606,30 @@ Partial match: +ab
End
------------------------------------------------------------------
+/(ab)(x(y)z(cd(*ACCEPT)))pq/BZ
+------------------------------------------------------------------
+ Bra
+ CBra 1
+ ab
+ Ket
+ CBra 2
+ x
+ CBra 3
+ y
+ Ket
+ z
+ CBra 4
+ cd
+ Close 4
+ Close 2
+ *ACCEPT
+ Ket
+ Ket
+ pq
+ Ket
+ End
+------------------------------------------------------------------
+
/abc\K/+
abcdef
0: