summaryrefslogtreecommitdiff
path: root/testdata/testinput1
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-11-06 18:00:09 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-11-06 18:00:09 +0000
commit912f34d2b213b26d217473769a99fade935c989b (patch)
tree9b452650ac16bfb4e0a41fb33c674347f6a68f20 /testdata/testinput1
parent66ee048b1fbddd62e2079aea5e5a9090f3b5b164 (diff)
downloadpcre-912f34d2b213b26d217473769a99fade935c989b.tar.gz
Give errors for [A-\d] and [a-[:digit:]] etc.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1392 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testinput1')
-rw-r--r--testdata/testinput17
1 files changed, 0 insertions, 7 deletions
diff --git a/testdata/testinput1 b/testdata/testinput1
index 2f40648..59024eb 100644
--- a/testdata/testinput1
+++ b/testdata/testinput1
@@ -3661,13 +3661,6 @@
/a*/g
abbab
-/^[a-\d]/
- abcde
- -things
- 0digit
- *** Failers
- bcdef
-
/^[\d-a]/
abcde
-things