Skip to content

Commit 67cb861

Browse files
Ian Cordascoflorentx
authored andcommitted
Add failing test for #323
1 parent da9f37d commit 67cb861

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

testsuite/E25.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ def foo(bar = False):
1717
#: E251:1:45
1818
parser.add_argument('--long-option', default
1919
="/rather/long/filesystem/path/here/blah/blah/blah")
20+
#: E251:3:8 E251:3:10
21+
foo(True,
22+
baz=(1, 2),
23+
biz = 'foo'
24+
)
2025
#: Okay
2126
foo(bar=(1 == 1))
2227
foo(bar=(1 != 1))

0 commit comments

Comments
 (0)