Skip to content

Commit a2889f1

Browse files
committed
Added some tests
1 parent 6df0253 commit a2889f1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/snippets/floats.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
1 + 1.1
2+
3+
a = 1.2
4+
b = 1.3
5+
c = 1.2
6+
assert a < b
7+
assert a <= b
8+
assert a <= c

0 commit comments

Comments
 (0)