mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-23 13:36:52 +00:00
add failing test
This commit is contained in:
parent
923b4dd01e
commit
6eebc35eec
1 changed files with 5 additions and 0 deletions
|
|
@ -193,3 +193,8 @@ def foo():
|
||||||
not (aaaaaaaaaaaaaaaaaaaaa[bbbbbbbb, ccccccc]) and dddddddddd < eeeeeeeeeeeeeee
|
not (aaaaaaaaaaaaaaaaaaaaa[bbbbbbbb, ccccccc]) and dddddddddd < eeeeeeeeeeeeeee
|
||||||
):
|
):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
# Regression test for https://github.com/astral-sh/ruff/issues/19226
|
||||||
|
if '' and (not #
|
||||||
|
0):
|
||||||
|
pass
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue