summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-06-24 15:54:14 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-06-24 15:54:14 +0000
commit13148a0f3eaf3e080a5c4eb64ec92d0c98c16be0 (patch)
tree9c764bcb55ebba01698c2b37af2662ef75d34b1b
parent58663dddd0b40eda6a045423d5e0408e92acd055 (diff)
downloadpcre2-13148a0f3eaf3e080a5c4eb64ec92d0c98c16be0.tar.gz
Update convert tests so they run on Windows.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@834 6239d852-aaf2-0410-a92c-79f79f948069
-rw-r--r--testdata/testinput242
-rw-r--r--testdata/testinput252
-rw-r--r--testdata/testoutput242
-rw-r--r--testdata/testoutput252
4 files changed, 4 insertions, 4 deletions
diff --git a/testdata/testinput24 b/testdata/testinput24
index 332412b..380e23c 100644
--- a/testdata/testinput24
+++ b/testdata/testinput24
@@ -9,7 +9,7 @@
# Set the glob separator explicitly so that different OS defaults are not a
# problem. Then test various errors.
-#pattern convert=glob,convert_glob_separator=/
+#pattern convert=glob,convert_glob_escape=\,convert_glob_separator=/
/abc/posix
diff --git a/testdata/testinput25 b/testdata/testinput25
index 1cce868..021cb16 100644
--- a/testdata/testinput25
+++ b/testdata/testinput25
@@ -8,7 +8,7 @@
# Set the glob separator explicitly so that different OS defaults are not a
# problem. Then test various errors.
-#pattern convert=glob_basic,convert_glob_separator=/
+#pattern convert=glob_basic,convert_glob_escape=\,convert_glob_separator=/
# The fact that this one works in 13 bytes in the 8-bit library shows that the
# output is in UTF-8, though pcre2test shows the character as an escape.
diff --git a/testdata/testoutput24 b/testdata/testoutput24
index 830d008..9c59893 100644
--- a/testdata/testoutput24
+++ b/testdata/testoutput24
@@ -9,7 +9,7 @@
# Set the glob separator explicitly so that different OS defaults are not a
# problem. Then test various errors.
-#pattern convert=glob,convert_glob_separator=/
+#pattern convert=glob,convert_glob_escape=\,convert_glob_separator=/
/abc/posix
** The convert and posix modifiers are mutually exclusive
diff --git a/testdata/testoutput25 b/testdata/testoutput25
index f9d06e4..80abbe5 100644
--- a/testdata/testoutput25
+++ b/testdata/testoutput25
@@ -8,7 +8,7 @@
# Set the glob separator explicitly so that different OS defaults are not a
# problem. Then test various errors.
-#pattern convert=glob_basic,convert_glob_separator=/
+#pattern convert=glob_basic,convert_glob_escape=\,convert_glob_separator=/
# The fact that this one works in 13 bytes in the 8-bit library shows that the
# output is in UTF-8, though pcre2test shows the character as an escape.