diff options
Diffstat (limited to 'pcre/testdata/testoutput12')
-rw-r--r-- | pcre/testdata/testoutput12 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pcre/testdata/testoutput12 b/pcre/testdata/testoutput12 index a76e2aef880..67ad2c8aecf 100644 --- a/pcre/testdata/testoutput12 +++ b/pcre/testdata/testoutput12 @@ -8,7 +8,7 @@ No options First char = 'a' Need char = 'c' Subject length lower bound = 3 -No set of starting bytes +No starting char list JIT study was successful /(?(?C1)(?=a)a)/S+I @@ -27,7 +27,7 @@ No options No first char No need char Subject length lower bound = -1 -No set of starting bytes +No starting char list JIT study was not successful /abc/S+I>testsavedregex @@ -36,7 +36,7 @@ No options First char = 'a' Need char = 'c' Subject length lower bound = 3 -No set of starting bytes +No starting char list JIT study was successful Compiled pattern written to testsavedregex Study data written to testsavedregex @@ -165,7 +165,7 @@ No options First char = 'a' Need char = 'd' Subject length lower bound = 4 -No set of starting bytes +No starting char list JIT study was successful /(*NO_START_OPT)a(*:m)b/KS++ |