Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
294eb4612cd668521faa48711297196f00af61d9
/
.
/
shell
/
hush_test
/
hush-quoting
/
dollar_altvalue9.right
blob: fc6c2697cdada577e5e3df343b1bb224a06b4e5f [
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
|