aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/python/branches.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent/python/branches.py')
-rw-r--r--tests/indent/python/branches.py6
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