solorice/vscode/extensions/magicstack.magicpython-1.1.0/test/docstrings/escaping3.py
2022-04-28 20:54:44 +03:00

16 lines
780 B
Python

r'''Module docstring
(?x) # not a regexp
foo[20]{42} # not a comment
'''
r : source.python, storage.type.string.python, string.quoted.docstring.raw.multi.python
''' : punctuation.definition.string.begin.python, source.python, string.quoted.docstring.raw.multi.python
Module docstring : source.python, string.quoted.docstring.raw.multi.python
: source.python, string.quoted.docstring.raw.multi.python
(?x) # not a regexp : source.python, string.quoted.docstring.raw.multi.python
foo[20]{42} # not a comment : source.python, string.quoted.docstring.raw.multi.python
''' : punctuation.definition.string.end.python, source.python, string.quoted.docstring.raw.multi.python