From 31a13a8931c6d662327440edc152eb03da466c45 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 19 Jan 2000 17:35:54 +0000 Subject: zsh-workers/9367 --- Test/07cond.ztst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Test/07cond.ztst') diff --git a/Test/07cond.ztst b/Test/07cond.ztst index aba12030b..f4127072f 100644 --- a/Test/07cond.ztst +++ b/Test/07cond.ztst @@ -140,3 +140,12 @@ [[ -e /dev/fd/0 ]] 0:/dev/fd support in conds + + [[ ( -z foo && -z foo ) || -z foo ]] +1:complex conds with skipping + + [ '' != bar -a '' = '' ] +0:strings with `[' builtin + + [ `echo 0` -lt `echo 1` ] +0:substituion in `[' builtin -- cgit 1.4.1