Files
openide/python/testData/folding/multilineComments.py
2015-11-27 12:30:10 +03:00

15 lines
306 B
Python

<fold text='...'># the first line in comment
# the second line
# the third line</fold>
print("")
<fold text='...'># multiline comment starts here
# line in comment
# line in comment
# multiline comment ends here</fold>
print("")
<fold text='...'># one more comment
#
# one more comment
#
#</fold>