summaryrefslogtreecommitdiff
path: root/testdata/testinput6
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-04-22 17:39:25 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-04-22 17:39:25 +0000
commit6977a363b9d8512edebc04d5de82b9fbb9a9a22b (patch)
tree45e86e08fa818d269469ae74a404155a561ab870 /testdata/testinput6
parent1e19ec93723f4d814facfdfad1434d128bcdfdf3 (diff)
downloadpcre2-6977a363b9d8512edebc04d5de82b9fbb9a9a22b.tar.gz
Implement PCRE2_ALT_CIRCUMFLEX.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@253 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testinput6')
-rw-r--r--testdata/testinput66
1 files changed, 6 insertions, 0 deletions
diff --git a/testdata/testinput6 b/testdata/testinput6
index de31b53..2651c91 100644
--- a/testdata/testinput6
+++ b/testdata/testinput6
@@ -4850,4 +4850,10 @@
bbb
aaa
+/^/gm
+ \n\n\n
+
+/^/gm,alt_circumflex
+ \n\n\n
+
# End of testinput6