mirror of
https://github.com/github/semantic.git
synced 2024-12-29 01:42:43 +03:00
Comparison operator test fixture
This commit is contained in:
parent
cb306acad9
commit
e4c9746e0a
0
test/fixtures/python/comparison-operator.A.py
vendored
Normal file
0
test/fixtures/python/comparison-operator.A.py
vendored
Normal file
10
test/fixtures/python/comparison-operator.B.py
vendored
Normal file
10
test/fixtures/python/comparison-operator.B.py
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
a is not b
|
||||
c not in d
|
||||
e is f
|
||||
g in h
|
||||
i <> j
|
||||
k > l
|
||||
m >= n
|
||||
o != p
|
||||
q <= r
|
||||
s < t
|
Loading…
Reference in New Issue
Block a user