diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2005-08-09 00:32:58 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2005-08-09 00:32:58 +0000 |
commit | bcf2770d44efbf199f1b1eefdc073fff5269e494 (patch) | |
tree | 62d6e6166c227251278d0b6c3350ea9058b20105 | |
parent | 756bea5ffa96d32c58be7fb731cd73e32d5672e3 (diff) | |
download | zsh-bcf2770d44efbf199f1b1eefdc073fff5269e494.tar.gz zsh-bcf2770d44efbf199f1b1eefdc073fff5269e494.tar.xz zsh-bcf2770d44efbf199f1b1eefdc073fff5269e494.zip |
Test both %b and %s in the empty-arg test.
-rw-r--r-- | Test/B03print.ztst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/B03print.ztst b/Test/B03print.ztst index cd23dba28..d6dea5a3d 100644 --- a/Test/B03print.ztst +++ b/Test/B03print.ztst @@ -142,7 +142,7 @@ print -m -f 'format - %s.\n' 'z' a b c 0:format not printed if no arguments left after -m removal - print -f 'format - %s.\n' + print -f 'format - %s%b.\n' 0:format printed despite lack of arguments >format - . |