summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-03-29 11:22:24 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-03-29 11:22:24 +0000
commit0bff93ec6f942ad9703a33416c3ca2ddc060de73 (patch)
tree9e5a206d59fc71fe9900b3736e8d173a4cdb5be6 /testdata
parente97ec7dc839022a3efe740c532ea3e67e4446430 (diff)
downloadpcre-0bff93ec6f942ad9703a33416c3ca2ddc060de73.tar.gz
Fix comment between subroutine call and quantifier bug.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1538 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata')
-rw-r--r--testdata/testinput13
-rw-r--r--testdata/testoutput15
2 files changed, 8 insertions, 0 deletions
diff --git a/testdata/testinput1 b/testdata/testinput1
index d475331..73c2f4d 100644
--- a/testdata/testinput1
+++ b/testdata/testinput1
@@ -5727,4 +5727,7 @@ AbcdCBefgBhiBqz
"Z*(|d*){216}"
+"(?1)(?#?'){8}(a)"
+ baaaaaaaaac
+
/-- End of testinput1 --/
diff --git a/testdata/testoutput1 b/testdata/testoutput1
index 25368fc..0a53fd0 100644
--- a/testdata/testoutput1
+++ b/testdata/testoutput1
@@ -9424,4 +9424,9 @@ No match
"Z*(|d*){216}"
+"(?1)(?#?'){8}(a)"
+ baaaaaaaaac
+ 0: aaaaaaaaa
+ 1: a
+
/-- End of testinput1 --/