blob: 73b1b8375faec405523e305c8ff41f92e130bb29 [file] [log] [blame]
Tor Norbyec667c1f2014-05-28 17:06:51 -07001x = '''Multiline starts;
2 next line with indent;
3 next line with indent;
4 multiline ends'''
5x = '''Multiline starts;
6 first
7 second
8 third
9 fourth
10 fifth
11 multiline ends'''
12x = '''Multiline starts;
13 #line
14 #line
15 multiline ends'''