Files
openide/python/testData/console/indent10.after.py
Alexander Marchuk 9b9707909c fill PyConsoleIndentTest with new tests and improve old
(cherry picked from commit c16b6d7b2a8ada5b8d2a8cd882dc64593dccf00e)
2014-05-07 12:01:31 +02:00

15 lines
363 B
Python

x = '''Multiline starts;
next line with indent;
next line with indent;
multiline ends'''
x = '''Multiline starts;
first
second
third
fourth
fifth
multiline ends'''
x = '''Multiline starts;
#line
#line
multiline ends'''