Skip to content

Commit 204d428

Browse files
author
Yury Selivanov
committed
Test that Python2 '<>' scopes OK
1 parent a00b1c2 commit 204d428

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

test/expressions/expr14.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
a <> b
2+
3+
4+
5+
a : source.python
6+
< : keyword.operator.python, source.python
7+
> : keyword.operator.python, source.python
8+
b : source.python

0 commit comments

Comments
 (0)