mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 14:21:53 +00:00
4 lines
58 B
Python
4 lines
58 B
Python
assert (False, "x")
|
|
assert (False,)
|
|
assert ()
|
|
assert True
|