Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
5f1b90b91af1076e6ba63afa7e4d7a3dbf841ce2
/
.
/
shell
/
ash_test
/
ash-quoting
/
dollar_altvalue1.right
blob: 5cd495d3bfab78dd24e6579c294a13975c4c273a [
file
] [
log
] [
blame
]
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
|