summaryrefslogtreecommitdiff
path: root/testdata/testinput2
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2016-02-27 18:44:41 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2016-02-27 18:44:41 +0000
commitb3db1b7de5cfaa026ec2bc4a393129461a0f5c57 (patch)
treebc9b902520ac6cb7bfe9100ba873ca165d43aa49 /testdata/testinput2
parent0fc2edb79b3815c6511fd75c36a57893e4acaee6 (diff)
downloadpcre-b3db1b7de5cfaa026ec2bc4a393129461a0f5c57.tar.gz
Fix non-diagnosis of missing assertion after (?(?C).
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1638 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testinput2')
-rw-r--r--testdata/testinput22
1 files changed, 2 insertions, 0 deletions
diff --git a/testdata/testinput2 b/testdata/testinput2
index c805f5f..75e402e 100644
--- a/testdata/testinput2
+++ b/testdata/testinput2
@@ -4241,4 +4241,6 @@ backtracking verbs. --/
/((?J)(?'R'(?'R'(?'R'(?'R'(?'R'(?|(\k'R'))))))))/
+/\N(?(?C)0?!.)*/
+
/-- End of testinput2 --/