mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2024-11-27 21:50:32 +00:00
9a23b07c4c
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
13 lines
121 B
Plaintext
13 lines
121 B
Plaintext
"string"
|
|
"another string"
|
|
"yet
|
|
another
|
|
string"
|
|
"noescapes\n"
|
|
"newline
|
|
"
|
|
print "string"
|
|
print "newline\n"
|
|
|
|
print "\\\e\n"
|