Updated tests for previous patch.
This commit is contained in:
parent
291ececa58
commit
65b6fd366e
|
@ -2272,4 +2272,14 @@
|
|||
gg
|
||||
\x{37e}
|
||||
|
||||
/[^[:^ascii:]\d]/utf,ucp
|
||||
a
|
||||
~
|
||||
\a
|
||||
\x{7f}
|
||||
\= Expect no match
|
||||
0
|
||||
\x{389}
|
||||
\x{20ac}
|
||||
|
||||
# End of testinput4
|
||||
|
|
|
@ -3686,4 +3686,21 @@ No match
|
|||
\x{37e}
|
||||
No match
|
||||
|
||||
/[^[:^ascii:]\d]/utf,ucp
|
||||
a
|
||||
0: a
|
||||
~
|
||||
0: ~
|
||||
\a
|
||||
0: \x{07}
|
||||
\x{7f}
|
||||
0: \x{7f}
|
||||
\= Expect no match
|
||||
0
|
||||
No match
|
||||
\x{389}
|
||||
No match
|
||||
\x{20ac}
|
||||
No match
|
||||
|
||||
# End of testinput4
|
||||
|
|
Loading…
Reference in New Issue