From 3c30b9905932e39b170be8e0521370727f264635 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 14 Jul 2003 15:46:34 +0000 Subject: [PATCH] Added one more test. --- wildtest.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wildtest.txt b/wildtest.txt index 3a8f49ac..c060fd3e 100644 --- a/wildtest.txt +++ b/wildtest.txt @@ -41,8 +41,9 @@ 0 1 foo/baz/bar foo*bar 1 1 foo/baz/bar foo**bar 0 1 foo/bar foo?bar -0 0 foo/bar foo[/]bar -0 0 foo/bar f[^eiu][^eiu][^eiu][^eiu][^eiu]r +0 1 foo/bar foo[/]bar +0 1 foo/bar f[^eiu][^eiu][^eiu][^eiu][^eiu]r +1 1 foo-bar f[^eiu][^eiu][^eiu][^eiu][^eiu]r 0 1 foo **/foo 1 1 /foo **/foo 1 1 bar/baz/foo **/foo -- 2.34.1