Update convert tests so they run on Windows.
This commit is contained in:
parent
4f37764ece
commit
651ce3dea1
|
@ -9,7 +9,7 @@
|
||||||
# Set the glob separator explicitly so that different OS defaults are not a
|
# Set the glob separator explicitly so that different OS defaults are not a
|
||||||
# problem. Then test various errors.
|
# problem. Then test various errors.
|
||||||
|
|
||||||
#pattern convert=glob,convert_glob_separator=/
|
#pattern convert=glob,convert_glob_escape=\,convert_glob_separator=/
|
||||||
|
|
||||||
/abc/posix
|
/abc/posix
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# Set the glob separator explicitly so that different OS defaults are not a
|
# Set the glob separator explicitly so that different OS defaults are not a
|
||||||
# problem. Then test various errors.
|
# 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
|
# 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.
|
# output is in UTF-8, though pcre2test shows the character as an escape.
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
# Set the glob separator explicitly so that different OS defaults are not a
|
# Set the glob separator explicitly so that different OS defaults are not a
|
||||||
# problem. Then test various errors.
|
# problem. Then test various errors.
|
||||||
|
|
||||||
#pattern convert=glob,convert_glob_separator=/
|
#pattern convert=glob,convert_glob_escape=\,convert_glob_separator=/
|
||||||
|
|
||||||
/abc/posix
|
/abc/posix
|
||||||
** The convert and posix modifiers are mutually exclusive
|
** The convert and posix modifiers are mutually exclusive
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
# Set the glob separator explicitly so that different OS defaults are not a
|
# Set the glob separator explicitly so that different OS defaults are not a
|
||||||
# problem. Then test various errors.
|
# 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
|
# 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.
|
# output is in UTF-8, though pcre2test shows the character as an escape.
|
||||||
|
|
Loading…
Reference in New Issue