Skip to content

Commit 0291ac9

Browse files
author
Yury Selivanov
committed
Add a test for the assert statement
1 parent 7d58658 commit 0291ac9

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

test/expressions/expr8.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
assert a or b, 'aaa'
2+
3+
4+
5+
assert : keyword.control.flow.python, source.python
6+
a : source.python
7+
or : keyword.operator.python, source.python
8+
b, : source.python
9+
' : punctuation.definition.string.begin.python, source.python, string.quoted.single.python
10+
aaa : source.python, string.quoted.single.python
11+
' : punctuation.definition.string.end.python, source.python, string.quoted.single.python

0 commit comments

Comments
 (0)