summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-10-27 16:35:12 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-10-27 16:35:12 +0000
commit297e829e7b49f50a86361cdd97e564ae8dae383f (patch)
tree56d99c491424292f38bab5e16efbcb6585ba8750 /testdata
parent7b67e393f64afd69c48e585d3e4291d7d1b3a0f5 (diff)
downloadpcre-297e829e7b49f50a86361cdd97e564ae8dae383f.tar.gz
File tidies for 8.38-RC1.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1602 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata')
-rw-r--r--testdata/testinput59
-rw-r--r--testdata/testinput79
-rw-r--r--testdata/testoutput526
-rw-r--r--testdata/testoutput726
4 files changed, 35 insertions, 35 deletions
diff --git a/testdata/testinput5 b/testdata/testinput5
index c825ca2..28561a9 100644
--- a/testdata/testinput5
+++ b/testdata/testinput5
@@ -798,13 +798,4 @@
/(?<=\K\x{17f})/8G+
\x{17f}\x{17f}\x{17f}\x{17f}\x{17f}
-/[\W\p{Any}]/BZ
- abc
- 123
-
-/[\W\pL]/BZ
- abc
- ** Failers
- 123
-
/-- End of testinput5 --/
diff --git a/testdata/testinput7 b/testdata/testinput7
index 7a66025..c220a4b 100644
--- a/testdata/testinput7
+++ b/testdata/testinput7
@@ -838,4 +838,13 @@ of case for anything other than the ASCII letters. --/
/^s?c/mi8I
scat
+/[\W\p{Any}]/BZ
+ abc
+ 123
+
+/[\W\pL]/BZ
+ abc
+ ** Failers
+ 123
+
/-- End of testinput7 --/
diff --git a/testdata/testoutput5 b/testdata/testoutput5
index 42e5e16..bab989c 100644
--- a/testdata/testoutput5
+++ b/testdata/testoutput5
@@ -1942,30 +1942,4 @@ Need char = 'z'
0: \x{17f}
0+
-/[\W\p{Any}]/BZ
-------------------------------------------------------------------
- Bra
- [\x00-/:-@[-^`{-\xff\p{Any}]
- Ket
- End
-------------------------------------------------------------------
- abc
- 0: a
- 123
- 0: 1
-
-/[\W\pL]/BZ
-------------------------------------------------------------------
- Bra
- [\x00-/:-@[-^`{-\xff\p{L}]
- Ket
- End
-------------------------------------------------------------------
- abc
- 0: a
- ** Failers
- 0: *
- 123
-No match
-
/-- End of testinput5 --/
diff --git a/testdata/testoutput7 b/testdata/testoutput7
index ee46bdb..8fbb8e9 100644
--- a/testdata/testoutput7
+++ b/testdata/testoutput7
@@ -2295,4 +2295,30 @@ Need char = 'c' (caseless)
scat
0: sc
+/[\W\p{Any}]/BZ
+------------------------------------------------------------------
+ Bra
+ [\x00-/:-@[-^`{-\xff\p{Any}]
+ Ket
+ End
+------------------------------------------------------------------
+ abc
+ 0: a
+ 123
+ 0: 1
+
+/[\W\pL]/BZ
+------------------------------------------------------------------
+ Bra
+ [\x00-/:-@[-^`{-\xff\p{L}]
+ Ket
+ End
+------------------------------------------------------------------
+ abc
+ 0: a
+ ** Failers
+ 0: *
+ 123
+No match
+
/-- End of testinput7 --/