Skip to content

Commit f31b6ff

Browse files
committed
tests: Add test for multi-comparison.
1 parent d66ae18 commit f31b6ff

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/basics/compare-multi.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
print(1 < 2 < 3)
2+
print(1 < 2 < 3 < 4)
3+
print(1 > 2 < 3)
4+
print(1 < 2 > 3)

0 commit comments

Comments
 (0)