summaryrefslogtreecommitdiffstats
path: root/lib/util/regress/fnmatch/fnm_test.in
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util/regress/fnmatch/fnm_test.in')
-rw-r--r--lib/util/regress/fnmatch/fnm_test.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/util/regress/fnmatch/fnm_test.in b/lib/util/regress/fnmatch/fnm_test.in
new file mode 100644
index 0000000..3f53f93
--- /dev/null
+++ b/lib/util/regress/fnmatch/fnm_test.in
@@ -0,0 +1,6 @@
+/bin/[[:alpha:][:alnum:]]* /bin/ls FNM_PATHNAME 0
+/bin/[[:alpha:][:alnum:]]* /bin/LS FNM_CASEFOLD 0
+/bin/[[:opper:][:alnum:]]* /bin/ls NONE 1
+[[:alpha:][:alnum:]]*.c foo1.c FNM_PERIOD 0
+[[:upper:]]* FOO NONE 0
+[![:space:]]* bar NONE 0