Updated tests for previous patch.

This commit is contained in:
Philip.Hazel 2015-11-27 17:14:51 +00:00
parent 291ececa58
commit 65b6fd366e
2 changed files with 27 additions and 0 deletions

10
testdata/testinput4 vendored
View File

@ -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

17
testdata/testoutput4 vendored
View File

@ -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