aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-bugs/quote3.right
blob: 11443f54b75392b127beb9c95d4318a89b0324c2 (plain)
1
2
3
4
5
6
7
8
Testing: in $empty""
..
Testing: in "$*"
.abc d e.
Testing: in "$@"
.abc.
.d e.
Finished