summaryrefslogtreecommitdiff
path: root/testdata/testinput17
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-10-31 12:34:34 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-10-31 12:34:34 +0000
commitd3882ead437dfbb19d4c820969bdf3e3b295e4aa (patch)
treea443cac581d4bc2937460040039e59fdd7cb2975 /testdata/testinput17
parent3c72e5dc813861511562b11663765a66953f2ce5 (diff)
downloadpcre2-d3882ead437dfbb19d4c820969bdf3e3b295e4aa.tar.gz
Improve test coverage; minor typo in JIT test and other minor buglets fixed.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@128 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testinput17')
-rw-r--r--testdata/testinput1712
1 files changed, 12 insertions, 0 deletions
diff --git a/testdata/testinput17 b/testdata/testinput17
index 7240158..01f8d9d 100644
--- a/testdata/testinput17
+++ b/testdata/testinput17
@@ -5,6 +5,18 @@
#forbid_utf
#pattern posix
+# Test invalid options
+
+/abc/auto_callout
+
+/abc/
+ abc\=find_limits
+
+/abc/
+ abc\=partial_hard
+
+# Real tests
+
/abc/
abc
*** Failers