aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/python
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent/python')
-rw-r--r--tests/indent/python/if_else.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/indent/python/if_else.py b/tests/indent/python/if_else.py
new file mode 100644
index 000000000..d128597f0
--- /dev/null
+++ b/tests/indent/python/if_else.py
@@ -0,0 +1,3 @@
+def test_branch_else():
+ if True:
+ x = 1