blob: 1cb7d6a61c54c27f67dd3a9cff8e654e1dc74dc9 [file] [log] [blame]
Denys Vlasenko9a23b072018-12-12 21:41:40 +01001"string"
2"another string"
3"yet
4another
5string"
6"noescapes\n"
7"newline
8"
9print "string"
10print "newline\n"
11
12print "\\\e\n"