diff options
author | Wayne Davison <wayned@samba.org> | 2003-07-14 15:46:34 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2003-07-14 15:46:34 +0000 |
commit | 3c30b9905932e39b170be8e0521370727f264635 (patch) | |
tree | 869867aa59b83b983fee1ad9f3248e6b1b9641fa /wildtest.txt | |
parent | a7735ba0851046dc76bffec873460a262d80197b (diff) | |
download | rsync-3c30b9905932e39b170be8e0521370727f264635.tar.gz rsync-3c30b9905932e39b170be8e0521370727f264635.tar.bz2 rsync-3c30b9905932e39b170be8e0521370727f264635.zip |
Added one more test.
Diffstat (limited to 'wildtest.txt')
-rw-r--r-- | wildtest.txt | 5 |
1 files 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 |