Files
openide/python/testData/highlighting/stringMixedSeparatorsOK.py

9 lines
108 B
Python

print "Hello"\
'World'
print 'Hello "World" '
"""Foo "bar """
'''Here the ' is just another character'''