1
1
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:
Rick Winfrey 2017-06-06 17:05:38 -07:00
parent cb306acad9
commit e4c9746e0a
2 changed files with 10 additions and 0 deletions

View File

View 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