mirror of https://github.com/astral-sh/ruff
add failing test
This commit is contained in:
parent
923b4dd01e
commit
6eebc35eec
|
|
@ -193,3 +193,8 @@ def foo():
|
|||
not (aaaaaaaaaaaaaaaaaaaaa[bbbbbbbb, ccccccc]) and dddddddddd < eeeeeeeeeeeeeee
|
||||
):
|
||||
pass
|
||||
|
||||
# Regression test for https://github.com/astral-sh/ruff/issues/19226
|
||||
if '' and (not #
|
||||
0):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Reference in New Issue