Update 16-bit and 32-bit tests.
This commit is contained in:
parent
202cb2cf41
commit
e21268b367
|
@ -166,4 +166,9 @@ No match
|
||||||
a\x{100}b
|
a\x{100}b
|
||||||
0: 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
|
# End of testinput22
|
||||||
|
|
|
@ -164,4 +164,9 @@ No match
|
||||||
a\x{100}b
|
a\x{100}b
|
||||||
0: 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
|
# End of testinput22
|
||||||
|
|
Loading…
Reference in New Issue