diff options
Diffstat (limited to 'pcre/testdata/testoutput11-16')
-rw-r--r-- | pcre/testdata/testoutput11-16 | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/pcre/testdata/testoutput11-16 b/pcre/testdata/testoutput11-16 index f1ad8887b4d..a1db3f34225 100644 --- a/pcre/testdata/testoutput11-16 +++ b/pcre/testdata/testoutput11-16 @@ -709,4 +709,28 @@ Memory allocation (code space): 14 62 End ------------------------------------------------------------------ +/(((a\2)|(a*)\g<-1>))*a?/B +------------------------------------------------------------------ + 0 39 Bra + 2 Brazero + 3 32 SCBra 1 + 6 27 Once + 8 12 CBra 2 + 11 7 CBra 3 + 14 a + 16 \2 + 18 7 Ket + 20 11 Alt + 22 5 CBra 4 + 25 a* + 27 5 Ket + 29 22 Recurse + 31 23 Ket + 33 27 Ket + 35 32 KetRmax + 37 a?+ + 39 39 Ket + 41 End +------------------------------------------------------------------ + /-- End of testinput11 --/ |