From f0921f962e383718a302729151ee21860b419d79 Mon Sep 17 00:00:00 2001 From: ph10 Date: Fri, 27 Jul 2018 16:30:40 +0000 Subject: Add support for \N{U+dd...}, for ASCII and Unicode modes only. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@972 6239d852-aaf2-0410-a92c-79f79f948069 --- testdata/testoutput4 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'testdata/testoutput4') diff --git a/testdata/testoutput4 b/testdata/testoutput4 index 311a5cd..3159378 100644 --- a/testdata/testoutput4 +++ b/testdata/testoutput4 @@ -3703,5 +3703,13 @@ No match \= Expect no match \x{123}\x{124}\x{123} No match + +/\N{U+1234}/utf + \x{1234} + 0: \x{1234} + +/[\N{U+1234}]/utf + \x{1234} + 0: \x{1234} # End of testinput4 -- cgit v1.2.1