summaryrefslogtreecommitdiff
path: root/testdata/testoutput21-16
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-04-24 12:07:09 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-04-24 12:07:09 +0000
commit4d6103a376b6adb2b15ee14fb5b9a245dfbd05f6 (patch)
tree5627a1d00d0e0175b013339315ac96610f22f2e5 /testdata/testoutput21-16
parente234df3658f7779cd093c7179e7ebd008bbc8bb8 (diff)
downloadpcre-4d6103a376b6adb2b15ee14fb5b9a245dfbd05f6.tar.gz
Code (but not yet documentation) for *LIMIT_MATCH and *LIMIT_RECURSION.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1313 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testoutput21-16')
-rw-r--r--testdata/testoutput21-1612
1 files changed, 9 insertions, 3 deletions
diff --git a/testdata/testoutput21-16 b/testdata/testoutput21-16
index 0510798..e831888 100644
--- a/testdata/testoutput21-16
+++ b/testdata/testoutput21-16
@@ -1,5 +1,6 @@
-/-- Tests for reloading pre-compile patterns. The first one gives an error
-right away. The others require the linke size to be 2. */
+/-- Tests for reloading pre-compiled patterns. The first one gives an error
+right away, and can be any old pattern compiled in 8-bit mode ("abc" is
+typical). The others require the link size to be 2. */x
<!testsaved8
Compiled pattern loaded from testsaved8
@@ -7,7 +8,12 @@ No study data
Error -28 from pcre16_fullinfo(0)
Running in 16-bit mode but pattern was compiled in 8-bit mode
-/-- Generated from: ^[aL](?P<name>(?:[AaLl]+)[^xX-]*?)(?P<other>[\x{150}-\x{250}\x{300}]|[^\x{800}aAs-uS-U\x{d800}-\x{dfff}])++[^#\b\x{500}\x{1000}]{3,5}$ --/
+%-- Generated from: ^[aL](?P<name>(?:[AaLl]+)[^xX-]*?)(?P<other>[\x{150}-\x{250}\x{300}]|[^\x{800}aAs-uS-U\x{d800}-\x{dfff}])++[^#\b\x{500}\x{1000}]{3,5}$
+ In 16-bit mode with options: S>testdata/saved16LE-1
+ FS>testdata/saved16BE-1
+ In 32-bit mode with options: S>testdata/saved32LE-1
+ FS>testdata/saved32BE-1
+--%x
<!testsaved16LE-1
Compiled pattern loaded from testsaved16LE-1