summaryrefslogtreecommitdiff
path: root/testdata/testoutput5
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-11-25 18:46:35 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-11-25 18:46:35 +0000
commit46a3684f3211f67f30e8c1cb8eb2ebc8024b5dbe (patch)
tree04924a93a2a00aadaf0682ea22ea8862f53c29f6 /testdata/testoutput5
parent192f6b56cd1e5558cebba996cfeefaa2d50aa5f2 (diff)
downloadpcre2-46a3684f3211f67f30e8c1cb8eb2ebc8024b5dbe.tar.gz
Fix auto-callout with (?# comment bug.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@446 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testoutput5')
-rw-r--r--testdata/testoutput520
1 files changed, 20 insertions, 0 deletions
diff --git a/testdata/testoutput5 b/testdata/testoutput5
index 9879231..9ca7562 100644
--- a/testdata/testoutput5
+++ b/testdata/testoutput5
@@ -4146,4 +4146,24 @@ No match
End
------------------------------------------------------------------
+/L(?#(|++<!(2)?/B,utf,no_auto_possess,auto_callout
+------------------------------------------------------------------
+ Bra
+ Callout 255 0 14
+ L?
+ Callout 255 14 0
+ Ket
+ End
+------------------------------------------------------------------
+
+/L(?#(|++<!(2)?/B,utf,ucp,auto_callout
+------------------------------------------------------------------
+ Bra
+ Callout 255 0 14
+ L?+
+ Callout 255 14 0
+ Ket
+ End
+------------------------------------------------------------------
+
# End of testinput5