Update test for previous pcre2test update (overlooked).

This commit is contained in:
Philip.Hazel 2016-11-22 12:31:03 +00:00
parent bc48f4709c
commit 43e541adda
1 changed files with 2 additions and 2 deletions

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