Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
5f1b90b91af1076e6ba63afa7e4d7a3dbf841ce2
/
.
/
shell
/
hush_test
/
hush-parsing
/
escape3.right
blob: da02a976a9a57adb4153182da61f23c4c9d68dee [
file
] [
log
] [
blame
]
v
:
a \ b \\ c \\\ d \\\\ e
v
:
a \ b \\ c \\\ d \\\\ e
Unquoted
:
.
a
.
.
\.
.
b
.
.
\\
.
.
c
.
.
\\\.
.
d
.
.
\\\\
.
.
e
.
Quoted
:
.
a
.
.
\.
.
b
.
.
\\
.
.
c
.
.
\\\.
.
d
.
.
\\\\
.
.
e
.
done