Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
4c3c8a1a61e33a8c55991a260ba73d6a75d74810
/
.
/
shell
/
ash_test
/
ash-quoting
/
dollar_altvalue9.right
blob: 39342fe7c039512512b0b6cc9e45d29cace8dbf4 [
file
] [
log
] [
blame
]
Unquoted
1
:
|
a
|
|
x y
|
|
1
|
|
2
|
||
|
1
2
|
|
A
|
|
B
|
|
C D
|
|
zb
|
Quoted
1
:
|
a
'x y'
1
2
''
1
2
A B C D zb
|
Unquoted
2
:
|
ax y
|
|
1
|
|
2
|
||
|
1
2
|
|
A
|
|
B
|
|
C D
|
|
z
|
|
b
|
Quoted
2
:
|
a
'x y'
1
2
''
1
2
A B C D z b
|