summaryrefslogtreecommitdiff
path: root/testdata/testinput24
diff options
context:
space:
mode:
authorzherczeg <zherczeg@6239d852-aaf2-0410-a92c-79f79f948069>2017-05-19 03:55:39 +0000
committerzherczeg <zherczeg@6239d852-aaf2-0410-a92c-79f79f948069>2017-05-19 03:55:39 +0000
commite8bf634356efcb9b9d74da696e965a38ef6fc14b (patch)
tree934160b9277965d2a13aac6436fd5d72d9fac73c /testdata/testinput24
parenta84a8ca78b470ee51884d24c68d48dff973eab28 (diff)
downloadpcre2-e8bf634356efcb9b9d74da696e965a38ef6fc14b.tar.gz
Implement starstar in glob conversion.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@790 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testinput24')
-rw-r--r--testdata/testinput2416
1 files changed, 7 insertions, 9 deletions
diff --git a/testdata/testinput24 b/testdata/testinput24
index b63b6d7..66c6e75 100644
--- a/testdata/testinput24
+++ b/testdata/testinput24
@@ -13,10 +13,6 @@
/abc/posix
-# More than one glob type is an error.
-
-/abc/convert=glob_bash
-
# Separator must be / \ or .
/a*b/convert_glob_separator=%
@@ -213,13 +209,8 @@
/a*b/convert_glob_separator=/
-#pattern convert=unset
-#pattern convert=glob_bash,convert_glob_separator=/
-
# Non control character checking
-//
-
/A\B\\C\D/
/\\{}\?\*+\[\]()|.^$/
@@ -244,6 +235,13 @@
/[[:xdigit::]]/
+/****/
+
+/**\/abc/
+
+/abc\/**/
+
+/abc\/**\/abc/
#pattern convert=unset
#pattern convert=posix_extended