Update test for previous pcre2test update (overlooked).

This commit is contained in:
ph10 2016-11-22 12:31:03 +00:00
parent cb6fe9902e
commit 45ab2ff989

View File

@ -15175,13 +15175,13 @@ MK: A\x00b
MK: A\x00b
/efg/hex
** Unexpected non-hex-digit 'g' in hex pattern: quote missing?
** Unexpected non-hex-digit 'g' at offset 2 in hex pattern: quote missing?
/eff/hex
** Odd number of digits in hex pattern
/effg/hex
** Unexpected non-hex-digit 'g' in hex pattern: quote missing?
** Unexpected non-hex-digit 'g' at offset 3 in hex pattern: quote missing?
/(?J)(?'a'))(?'a')/
Failed: error 122 at offset 10: unmatched closing parenthesis