busybox/testsuite/bc_strings.bc

13 lines
121 B
Plaintext
Raw Normal View History

"string"
"another string"
"yet
another
string"
"noescapes\n"
"newline
"
print "string"
print "newline\n"
print "\\\e\n"