From 45ab2ff9893e371e0206df14de1f73cd84915f7b Mon Sep 17 00:00:00 2001 From: ph10 Date: Tue, 22 Nov 2016 12:31:03 +0000 Subject: [PATCH] Update test for previous pcre2test update (overlooked). --- testdata/testoutput2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testdata/testoutput2 b/testdata/testoutput2 index 7d026dd..9a0a4dc 100644 --- a/testdata/testoutput2 +++ b/testdata/testoutput2 @@ -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