Files
openide/python/testData/highlighting/malformedStringTripleQuoteUnterminated.py
2010-01-14 20:54:10 +03:00

4 lines
109 B
Python

a = 1 # to make the text below non-doc
<error descr="Missing closing triple quotes">"""Hello World"</error>