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"
|