about summary refs log tree commit diff
path: root/Misc
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-01 14:15:12 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-01 14:15:12 +0000
commit2d4fc9a653546ea9bfee9fe22cc2a79da1b3c1f8 (patch)
treedbb6316942e937c80d7bafa3be6e88226600fe80 /Misc
parentafea70b88ee7918b0d2e9648d5be4c6982f29777 (diff)
downloadzsh-2d4fc9a653546ea9bfee9fe22cc2a79da1b3c1f8.tar.gz
zsh-2d4fc9a653546ea9bfee9fe22cc2a79da1b3c1f8.tar.xz
zsh-2d4fc9a653546ea9bfee9fe22cc2a79da1b3c1f8.zip
zsh-workers/7611
Diffstat (limited to 'Misc')
-rwxr-xr-xMisc/globtests2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/globtests b/Misc/globtests
index b2fe8d8ee..a0f8184ec 100755
--- a/Misc/globtests
+++ b/Misc/globtests
@@ -16,6 +16,8 @@ while read res str pat; do
 done <<EOT
 # a few simple things certain nameless idiots have been known to mess up
 t foo~                foo~
+t foo~                (foo~)
+t foo~                (foo~|)
 t foo.c               *.c~boo*
 f foo.c               *.c~boo*~foo*
 # closures