1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-20 10:53:29 +02:00

Test both %b and %s in the empty-arg test.

This commit is contained in:
Wayne Davison 2005-08-09 00:32:58 +00:00
parent 756bea5ffa
commit bcf2770d44

View File

@ -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 - .