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

print "\\\e\n"
print "\d\n"
"abc\\
def
"
