summaryrefslogtreecommitdiff
path: root/testdata/testoutput5
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-10-09 16:42:21 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-10-09 16:42:21 +0000
commite7aff260191e832aaa0321c5126295acfd01b334 (patch)
treeffb7d774a12fedf745cf98ec83223479f467b196 /testdata/testoutput5
parent3ba7445268ce5751065b249b17b32e48ba67e2e9 (diff)
downloadpcre2-e7aff260191e832aaa0321c5126295acfd01b334.tar.gz
Update Script Run code to use the Script Extension property instead of the
Script property. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1023 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testoutput5')
-rw-r--r--testdata/testoutput517
1 files changed, 17 insertions, 0 deletions
diff --git a/testdata/testoutput5 b/testdata/testoutput5
index 17fac3a..d93c053 100644
--- a/testdata/testoutput5
+++ b/testdata/testoutput5
@@ -4865,6 +4865,23 @@ MK: ABC
0: A\x{ff10}\x{ff19}B
A\x{1d7ce}\x{1d7cf}B Latin fancy-common-digits Latin
0: A\x{1d7ce}\x{1d7cf}B
+
+# These ones involve non-ASCII but nevertheless Common digits. As of October
+# 2018 even blead Perl wasn't handling all of these - but is going to.
+
+/^(*sr:.{4})/utf
+ A\x{ff10}\x{ff19}B Latin Common-notascii-digits Latin
+ 0: A\x{ff10}\x{ff19}B
+ \x{ff10}\x{ff19}.. Common-notascii-digits Common Common
+ 0: \x{ff10}\x{ff19}..
+ A\x{ff10}BC Latin Common-notascii-digit Latin Latin
+ 0: A\x{ff10}BC
+ A\x{1d7ce}\x{1d7cf}B Latin fancy-common-digits Latin
+ 0: A\x{1d7ce}\x{1d7cf}B
+ \x{1d7ce}\x{1d7cf},, fancy-common-digits Common Common
+ 0: \x{1d7ce}\x{1d7cf},,
+ A\x{1d7ce}BC Latin fancy-common-digit Latin Latin
+ 0: A\x{1d7ce}BC
# -------