awk: fix more "length" cases, closes 12486
[oweals/busybox.git] / testsuite / bc_strings.bc
1 "string"
2 "another string"
3 "yet
4 another
5 string"
6 "noescapes\n"
7 "newline
8 "
9 print "string"
10 print "newline\n"
11
12 print "\\\e\n"