diff options
Diffstat (limited to 'pcre/testdata/testinput6')
-rw-r--r-- | pcre/testdata/testinput6 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pcre/testdata/testinput6 b/pcre/testdata/testinput6 index 7a6a53f1473..82c3ed5c772 100644 --- a/pcre/testdata/testinput6 +++ b/pcre/testdata/testinput6 @@ -421,8 +421,8 @@ /^[\p{Arabic}]/8 \x{06e9} \x{060b} - \x{061c} ** Failers + \x{061c} X\x{06e9} /^[\P{Yi}]/8 @@ -1493,4 +1493,7 @@ /[q-u]+/8iW Ss\x{17f} +/^s?c/mi8 + scat + /-- End of testinput6 --/ |