Update 16-bit and 32-bit tests.

This commit is contained in:
Philip.Hazel 2017-04-16 13:04:57 +00:00
parent 202cb2cf41
commit e21268b367
2 changed files with 10 additions and 0 deletions

View File

@ -166,4 +166,9 @@ No match
a\x{100}b
0: a\x{100}b
/^ab\C/utf,no_start_optimize
\= Expect no match - tests \C at end of subject
ab
No match
# End of testinput22

View File

@ -164,4 +164,9 @@ No match
a\x{100}b
0: a\x{100}b
/^ab\C/utf,no_start_optimize
\= Expect no match - tests \C at end of subject
ab
No match
# End of testinput22