Revision: 834
http://www.exim.org/viewvc/pcre2?view=rev&revision=834
Author: ph10
Date: 2017-06-24 16:54:14 +0100 (Sat, 24 Jun 2017)
Log Message:
-----------
Update convert tests so they run on Windows.
Modified Paths:
--------------
code/trunk/testdata/testinput24
code/trunk/testdata/testinput25
code/trunk/testdata/testoutput24
code/trunk/testdata/testoutput25
Modified: code/trunk/testdata/testinput24
===================================================================
--- code/trunk/testdata/testinput24 2017-06-17 15:36:22 UTC (rev 833)
+++ code/trunk/testdata/testinput24 2017-06-24 15:54:14 UTC (rev 834)
@@ -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
Modified: code/trunk/testdata/testinput25
===================================================================
--- code/trunk/testdata/testinput25 2017-06-17 15:36:22 UTC (rev 833)
+++ code/trunk/testdata/testinput25 2017-06-24 15:54:14 UTC (rev 834)
@@ -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.
Modified: code/trunk/testdata/testoutput24
===================================================================
--- code/trunk/testdata/testoutput24 2017-06-17 15:36:22 UTC (rev 833)
+++ code/trunk/testdata/testoutput24 2017-06-24 15:54:14 UTC (rev 834)
@@ -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
Modified: code/trunk/testdata/testoutput25
===================================================================
--- code/trunk/testdata/testoutput25 2017-06-17 15:36:22 UTC (rev 833)
+++ code/trunk/testdata/testoutput25 2017-06-24 15:54:14 UTC (rev 834)
@@ -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.