mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Added some tests
This commit is contained in:
@@ -1 +1,8 @@
|
||||
1 + 1.1
|
||||
|
||||
a = 1.2
|
||||
b = 1.3
|
||||
c = 1.2
|
||||
assert a < b
|
||||
assert a <= b
|
||||
assert a <= c
|
||||
|
||||
Reference in New Issue
Block a user