diff options
Diffstat (limited to 'tests/indent/python')
| -rw-r--r-- | tests/indent/python/branches.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/indent/python/branches.py b/tests/indent/python/branches.py index 7ce106bd7..474ec5b63 100644 --- a/tests/indent/python/branches.py +++ b/tests/indent/python/branches.py @@ -23,5 +23,9 @@ foo( b) if (a and - b): + b): + pass + +if (a + and b): pass |
