summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-10-14 15:56:36 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-10-14 15:56:36 +0000
commit842f71d58968d4cfc697afa6abf4e1bc0bc49fe2 (patch)
tree15d5c2430643428e21da58a51009e7026a612db6 /testdata
parente6dbb8822cc6cb922b0e99f33ad8d5ee8e8f4a0c (diff)
downloadpcre2-842f71d58968d4cfc697afa6abf4e1bc0bc49fe2.tar.gz
Update Makefile.am for compiling with gcov. Add Script Run tests to improve
coverage. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1026 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata')
-rw-r--r--testdata/testinput48
-rw-r--r--testdata/testoutput416
2 files changed, 24 insertions, 0 deletions
diff --git a/testdata/testinput4 b/testdata/testinput4
index c8e9d69..e67dfed 100644
--- a/testdata/testinput4
+++ b/testdata/testinput4
@@ -2434,6 +2434,14 @@
\x{1cf7}\x{0993} Common-extend-Beng Bengali
A\x{1abe}BC Test enclosing mark
\x{0370}\x{1abe}\x{0371} Which can occur with any script (Greek here)
+ \x{3001}\x{adf9}\x{3001} [.. Hangul ..] Hangul [.. Hangul ..]
+ \x{3400}\x{3001}XXX Han [Han etc.]
+ \x{3400}\x{1cd5} Han [Bengali Devanagari]
+ \x{ac01}\x{3400} Hangul [.. Hangul ..]
+ \x{ac01}\x{1cd5} Hangul [Bengali Devanagari]
+ \x{102e0}\x{06d4}\x{1ee4d} [Arabic Coptic] [Arab Rohingya] Arabic
+ \x{102e0}\x{06d4}\x{2cc9} [Arabic Coptic] [Arab Rohingya] Coptic
+ \x{102e0}\x{06d4}\x{10d30} [Arabic Coptic] [Arab Rohingya] Rohingya
# Test loop breaking for empty string match
diff --git a/testdata/testoutput4 b/testdata/testoutput4
index bef3111..1199885 100644
--- a/testdata/testoutput4
+++ b/testdata/testoutput4
@@ -3940,6 +3940,22 @@ No match
0: A\x{1abe}BC
\x{0370}\x{1abe}\x{0371} Which can occur with any script (Greek here)
0: \x{370}\x{1abe}\x{371}
+ \x{3001}\x{adf9}\x{3001} [.. Hangul ..] Hangul [.. Hangul ..]
+ 0: \x{3001}\x{adf9}\x{3001}
+ \x{3400}\x{3001}XXX Han [Han etc.]
+ 0: \x{3400}\x{3001}
+ \x{3400}\x{1cd5} Han [Bengali Devanagari]
+ 0: \x{3400}
+ \x{ac01}\x{3400} Hangul [.. Hangul ..]
+ 0: \x{ac01}\x{3400}
+ \x{ac01}\x{1cd5} Hangul [Bengali Devanagari]
+ 0: \x{ac01}
+ \x{102e0}\x{06d4}\x{1ee4d} [Arabic Coptic] [Arab Rohingya] Arabic
+ 0: \x{102e0}\x{6d4}\x{1ee4d}
+ \x{102e0}\x{06d4}\x{2cc9} [Arabic Coptic] [Arab Rohingya] Coptic
+ 0: \x{102e0}\x{6d4}
+ \x{102e0}\x{06d4}\x{10d30} [Arabic Coptic] [Arab Rohingya] Rohingya
+ 0: \x{102e0}\x{6d4}
# Test loop breaking for empty string match