summaryrefslogtreecommitdiff
path: root/testdata/testoutput4
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-07-27 16:30:40 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-07-27 16:30:40 +0000
commitf0921f962e383718a302729151ee21860b419d79 (patch)
tree3083d7e26901e9d88030d45aabc18b73fcfccb7c /testdata/testoutput4
parent5d985c301d9c0799ca6e985a45b0f67046c45efb (diff)
downloadpcre2-f0921f962e383718a302729151ee21860b419d79.tar.gz
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
Diffstat (limited to 'testdata/testoutput4')
-rw-r--r--testdata/testoutput48
1 files changed, 8 insertions, 0 deletions
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