Skip to content

Commit 204d428

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/expressions/expr14.py

+8
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)