summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testdata/testinput1223
-rw-r--r--testdata/testinput619
-rw-r--r--testdata/testoutput1236
-rw-r--r--testdata/testoutput632
4 files changed, 59 insertions, 51 deletions
diff --git a/testdata/testinput12 b/testdata/testinput12
index f674a5c..d9f6daf 100644
--- a/testdata/testinput12
+++ b/testdata/testinput12
@@ -543,4 +543,27 @@ of case for anything other than the ASCII letters. --/
/-- --/
+/-- These scripts weren't yet in Perl when I added Unicode 6.0.0 to PCRE --/
+
+/^[\p{Batak}]/8
+ \x{1bc0}
+ \x{1bff}
+ ** Failers
+ \x{1bf4}
+
+/^[\p{Brahmi}]/8
+ \x{11000}
+ \x{1106f}
+ ** Failers
+ \x{1104e}
+
+/^[\p{Mandaic}]/8
+ \x{840}
+ \x{85e}
+ ** Failers
+ \x{85c}
+ \x{85d}
+
+/-- --/
+
/-- End of testinput12 --/
diff --git a/testdata/testinput6 b/testdata/testinput6
index 8f00f3f..e5fc0e9 100644
--- a/testdata/testinput6
+++ b/testdata/testinput6
@@ -802,23 +802,4 @@
** Failers
a\xFCb
-/^[\p{Batak}]/8
- \x{1bc0}
- \x{1bff}
- ** Failers
- \x{1bf4}
-
-/^[\p{Brahmi}]/8
- \x{11000}
- \x{1106f}
- ** Failers
- \x{1104e}
-
-/^[\p{Mandaic}]/8
- \x{840}
- \x{85e}
- ** Failers
- \x{85c}
- \x{85d}
-
/-- End of testinput6 --/
diff --git a/testdata/testoutput12 b/testdata/testoutput12
index c8e71de..6def50b 100644
--- a/testdata/testoutput12
+++ b/testdata/testoutput12
@@ -1236,4 +1236,40 @@ No match
/-- --/
+/-- These scripts weren't yet in Perl when I added Unicode 6.0.0 to PCRE --/
+
+/^[\p{Batak}]/8
+ \x{1bc0}
+ 0: \x{1bc0}
+ \x{1bff}
+ 0: \x{1bff}
+ ** Failers
+No match
+ \x{1bf4}
+No match
+
+/^[\p{Brahmi}]/8
+ \x{11000}
+ 0: \x{11000}
+ \x{1106f}
+ 0: \x{1106f}
+ ** Failers
+No match
+ \x{1104e}
+No match
+
+/^[\p{Mandaic}]/8
+ \x{840}
+ 0: \x{840}
+ \x{85e}
+ 0: \x{85e}
+ ** Failers
+No match
+ \x{85c}
+No match
+ \x{85d}
+No match
+
+/-- --/
+
/-- End of testinput12 --/
diff --git a/testdata/testoutput6 b/testdata/testoutput6
index 55866c4..1acaa23 100644
--- a/testdata/testoutput6
+++ b/testdata/testoutput6
@@ -1353,36 +1353,4 @@ No match
a\xFCb
No match
-/^[\p{Batak}]/8
- \x{1bc0}
- 0: \x{1bc0}
- \x{1bff}
- 0: \x{1bff}
- ** Failers
-No match
- \x{1bf4}
-No match
-
-/^[\p{Brahmi}]/8
- \x{11000}
- 0: \x{11000}
- \x{1106f}
- 0: \x{1106f}
- ** Failers
-No match
- \x{1104e}
-No match
-
-/^[\p{Mandaic}]/8
- \x{840}
- 0: \x{840}
- \x{85e}
- 0: \x{85e}
- ** Failers
-No match
- \x{85c}
-No match
- \x{85d}
-No match
-
/-- End of testinput6 --/