summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-10-29 17:15:47 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-10-29 17:15:47 +0000
commitd985c677f7863002846e02a6303f50ad26da8410 (patch)
treec913f4477d18bdb9e2345bb40c2a1d616e0dbe78
parentd983f14f0774453d4bd79be34c859822e037ed4b (diff)
downloadpcre-d985c677f7863002846e02a6303f50ad26da8410.tar.gz
A test that was in test 4 should have been in test 5.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1386 2f5784b3-3f2a-0410-8824-cb99058d5e15
-rw-r--r--testdata/testinput42
-rw-r--r--testdata/testinput53
-rw-r--r--testdata/testoutput410
-rw-r--r--testdata/testoutput512
4 files changed, 17 insertions, 10 deletions
diff --git a/testdata/testinput4 b/testdata/testinput4
index 9846225..79be6fb 100644
--- a/testdata/testinput4
+++ b/testdata/testinput4
@@ -711,7 +711,7 @@
\x{100}\x{100}\x{100}\x{100}
\x{100}\x{100}\x{100}
-/^a+[a\x{200}]/8BZ
+/^a+[a\x{200}]/8
aa
/-- End of testinput4 --/
diff --git a/testdata/testinput5 b/testdata/testinput5
index f816004..016be68 100644
--- a/testdata/testinput5
+++ b/testdata/testinput5
@@ -783,4 +783,7 @@
/\ud800/<JS>8
+/^a+[a\x{200}]/8BZ
+ aa
+
/-- End of testinput5 --/
diff --git a/testdata/testoutput4 b/testdata/testoutput4
index 5c2094a..83b5524 100644
--- a/testdata/testoutput4
+++ b/testdata/testoutput4
@@ -1257,15 +1257,7 @@ No match
\x{100}\x{100}\x{100}
No match
-/^a+[a\x{200}]/8BZ
-------------------------------------------------------------------
- Bra
- ^
- a+
- [a\x{200}]
- Ket
- End
-------------------------------------------------------------------
+/^a+[a\x{200}]/8
aa
0: aa
diff --git a/testdata/testoutput5 b/testdata/testoutput5
index 4397f02..3aaa0d9 100644
--- a/testdata/testoutput5
+++ b/testdata/testoutput5
@@ -1868,4 +1868,16 @@ No match
/\ud800/<JS>8
Failed: disallowed Unicode code point (>= 0xd800 && <= 0xdfff) at offset 5
+/^a+[a\x{200}]/8BZ
+------------------------------------------------------------------
+ Bra
+ ^
+ a+
+ [a\x{200}]
+ Ket
+ End
+------------------------------------------------------------------
+ aa
+ 0: aa
+
/-- End of testinput5 --/