Some more issues regarding keyword arguments.

This commit is contained in:
Dave Halter
2017-07-25 01:19:07 +02:00
parent 00bc1a5b94
commit d54d7752d4
2 changed files with 25 additions and 3 deletions

View File

@@ -91,6 +91,8 @@ def test_indentation_errors(code, positions):
'*star,: int',
'a, b: int = 3',
'foo(+a=3)',
'f(lambda: 1=1)',
'f(x=1, x=2)',
# IndentationError
' foo',