hush: more fixes to variable expansion, more testcases
[oweals/busybox.git] / shell / hush_test / hush-bugs / quote3.right
1 Testing: in $empty""
2 ..
3 Testing: in "$*"
4 .abc d e.
5 Testing: in "$@"
6 .abc.
7 .d e.
8 Finished