summaryrefslogtreecommitdiff
path: root/pcre/testdata/testinput23
diff options
context:
space:
mode:
Diffstat (limited to 'pcre/testdata/testinput23')
-rw-r--r--pcre/testdata/testinput2320
1 files changed, 0 insertions, 20 deletions
diff --git a/pcre/testdata/testinput23 b/pcre/testdata/testinput23
deleted file mode 100644
index 0fdbae7c577..00000000000
--- a/pcre/testdata/testinput23
+++ /dev/null
@@ -1,20 +0,0 @@
-/-- Tests for the 16-bit library only */
-
-< forbid 8W
-
-/-- Check maximum non-UTF character size --/
-
-/\x{ffff}/
- A\x{ffff}B
-
-/\x{10000}/
-
-/\o{20000}/
-
-/-- Check character ranges --/
-
-/[\H]/BZSI
-
-/[\V]/BZSI
-
-/-- End of testinput23 --/