Update tests.

This commit is contained in:
Philip.Hazel 2019-06-20 17:19:13 +00:00
parent 8eb01ad8a9
commit 175b4919f7
2 changed files with 12 additions and 0 deletions

4
testdata/testinput2 vendored
View File

@ -5625,4 +5625,8 @@ a)"xI
/A(?:(*ACCEPT))?B/info
/(A(*ACCEPT)??B)C/
ABC
AXY
# End of testinput2

View File

@ -17031,6 +17031,14 @@ Capture group count = 0
First code unit = 'A'
Subject length lower bound = 1
/(A(*ACCEPT)??B)C/
ABC
0: ABC
1: AB
AXY
0: A
1: A
# End of testinput2
Error -70: PCRE2_ERROR_BADDATA (unknown error number)
Error -62: bad serialized data