summaryrefslogtreecommitdiff
path: root/testdata/testinput1
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-07-29 15:49:21 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-07-29 15:49:21 +0000
commitf7636a734871b6e44eddd61b38a5d518a4188b54 (patch)
treeae10f6579bf92f94ab02b7ae4fb48a43b96508ea /testdata/testinput1
parent4ac303d10e29c48ec9b3126506a579cb4d0f0319 (diff)
downloadpcre-f7636a734871b6e44eddd61b38a5d518a4188b54.tar.gz
Fix incorrect "first data item" recorded for an assertion condition.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1352 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testinput1')
-rw-r--r--testdata/testinput111
1 files changed, 6 insertions, 5 deletions
diff --git a/testdata/testinput1 b/testdata/testinput1
index e3050ef..f2194ff 100644
--- a/testdata/testinput1
+++ b/testdata/testinput1
@@ -1,6 +1,6 @@
/-- This set of tests is for features that are compatible with all versions of
- Perl >= 5.10, in non-UTF-8 mode. It should run clean for both the 8-bit and
- 16-bit PCRE libraries. --/
+ Perl >= 5.10, in non-UTF-8 mode. It should run clean for the 8-bit, 16-bit,
+ and 32-bit PCRE libraries. --/
/the quick brown fox/
the quick brown fox
@@ -4221,9 +4221,6 @@
ab
bc
-/^(?=(a)){0}b(?1)/
- backgammon
-
/^(?=(?1))?[az]([abc])d/
abd
zcdxx
@@ -5608,4 +5605,8 @@ AbcdCBefgBhiBqz
aaaa
aaa
+/(?(?=ab)ab)/+
+ ca
+ cd
+
/-- End of testinput1 --/