solorice/vscodium/extensions/magicstack.magicpython-1.1.1/test/expressions/expr8.py
2022-04-28 21:17:01 +03:00

17 lines
657 B
Python

assert a or b, 'aaa'
assert : keyword.control.flow.python, source.python
: source.python
a : source.python
: source.python
or : keyword.operator.logical.python, source.python
: source.python
b : source.python
, : punctuation.separator.element.python, source.python
: source.python
' : punctuation.definition.string.begin.python, source.python, string.quoted.single.python
aaa : source.python, string.quoted.single.python
' : punctuation.definition.string.end.python, source.python, string.quoted.single.python