aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-quoting/dollar_altvalue1.right
blob: 5cd495d3bfab78dd24e6579c294a13975c4c273a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Unquoted b c d
|b|
|c|
|d|
Unquoted 'b c' d
|b c|
|d|
Unquoted "b c" d
|b c|
|d|
Quoted b c d
|b c d|
Quoted 'b c' d
|'b c' d|
Quoted "b c" d
|b c d|