diff options
Diffstat (limited to 'ext/pcre/pcrelib/testdata/testinput2')
| -rw-r--r-- | ext/pcre/pcrelib/testdata/testinput2 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ext/pcre/pcrelib/testdata/testinput2 b/ext/pcre/pcrelib/testdata/testinput2 index 1d9504cec2..ad116ef75a 100644 --- a/ext/pcre/pcrelib/testdata/testinput2 +++ b/ext/pcre/pcrelib/testdata/testinput2 @@ -40,8 +40,6 @@ /[\B]/ -/[a-\w]/ - /[z-a]/ /^*/ @@ -707,4 +705,8 @@ Ab AB -/ End of test input / +/[\200-\410]/ + +/^(?(0)f|b)oo/ + +/ End of testinput2 / |
