summaryrefslogtreecommitdiff
path: root/lua/tests/indent/python/control_flow.py
diff options
context:
space:
mode:
authorJędrzej Boczar <yendreij@gmail.com>2021-04-18 14:31:05 +0200
committerKiyan <yazdani.kiyan@protonmail.com>2021-04-23 21:21:38 +0200
commit69dda8c09db1ad1e4660c3d383faab48ba1792ab (patch)
tree751a995aa2b4d292606a5a3113e83f4300648362 /lua/tests/indent/python/control_flow.py
parent8bbe33b10d560a1acc7f301421ada332e01b8eb2 (diff)
tests/indent: add `normal o` tests for Python
Diffstat (limited to 'lua/tests/indent/python/control_flow.py')
-rw-r--r--lua/tests/indent/python/control_flow.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lua/tests/indent/python/control_flow.py b/lua/tests/indent/python/control_flow.py
index 543decc7..c8cd2541 100644
--- a/lua/tests/indent/python/control_flow.py
+++ b/lua/tests/indent/python/control_flow.py
@@ -1,5 +1,3 @@
-a, b, c, = 1, 2, 3
-
if a == a:
x = 1
elif b: