diff options
Diffstat (limited to 'ext/pcre/pcrelib/testdata/testinput3')
| -rw-r--r-- | ext/pcre/pcrelib/testdata/testinput3 | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/ext/pcre/pcrelib/testdata/testinput3 b/ext/pcre/pcrelib/testdata/testinput3 index 67d39f3ac5..d3bd74fdd3 100644 --- a/ext/pcre/pcrelib/testdata/testinput3 +++ b/ext/pcre/pcrelib/testdata/testinput3 @@ -1707,4 +1707,18 @@ /a*/g abbab -/ End of test input / +/^[a-\d]/ + abcde + -things + 0digit + *** Failers + bcdef + +/^[\d-a]/ + abcde + -things + 0digit + *** Failers + bcdef + +/ End of testinput3 / |
