summaryrefslogtreecommitdiff
path: root/test/testfnmatch.c
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2011-05-19 16:18:19 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2011-05-19 16:18:19 +0000
commit3b0ecd56b5a732cddb889f0d8793b0ec05078cb6 (patch)
treedabb14d8abb68162334a3665635f2cbdb1d165b7 /test/testfnmatch.c
parent723f843c220c064d0cffd7d08d155d25fbbe4819 (diff)
downloadapr-3b0ecd56b5a732cddb889f0d8793b0ec05078cb6.tar.gz
Document another unexpected failure, researching
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1124983 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testfnmatch.c')
-rw-r--r--test/testfnmatch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testfnmatch.c b/test/testfnmatch.c
index 87fe3e873..17a754415 100644
--- a/test/testfnmatch.c
+++ b/test/testfnmatch.c
@@ -75,6 +75,7 @@ static struct pattern_s {
{"tes*", "test", SUCCEEDS},
{"test*", "test", SUCCEEDS},
+ {".[\\-\\t]", ".t", SUCCEEDS},
{"test*?*[a-z]*", "testgoop", SUCCEEDS},
{"te[^x]t", "test", SUCCEEDS},
{"te[^abc]t", "test", SUCCEEDS},