Files
openide/python/testData/editing/tripleQuotesInsideTripleQuotedStringLiteral.after.py
Mikhail Golubev ead37e8492 PY-21697 Handle sequences like '\\''' in multiline strings in Python lexer
Previously, they would get matched as '\ followed by \', and then,
two remaining quotes. Therefore the literal was considered unterminated
by the lexer. It, in turn, broke multiple assertions in
PyStringLiteralLexer because it used to find different string's end than
PythonHighlightingLexer and rendered the whole editor unresponsive.
2016-12-20 12:53:10 +03:00

4 lines
20 B
Python