Add issue 'keyword can't be an expression'

This commit is contained in:
Dave Halter
2017-07-25 00:58:08 +02:00
parent 6085c91df1
commit 00bc1a5b94
2 changed files with 5 additions and 0 deletions

View File

@@ -90,6 +90,7 @@ def test_indentation_errors(code, positions):
'(a, b): int',
'*star,: int',
'a, b: int = 3',
'foo(+a=3)',
# IndentationError
' foo',