aboutsummaryrefslogtreecommitdiffstats
path: root/lua/tests/indent/python
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
parenttests/indent: test cases with `normal o` for C/C++ (diff)
downloadnvim-treesitter-69dda8c09db1ad1e4660c3d383faab48ba1792ab.tar
nvim-treesitter-69dda8c09db1ad1e4660c3d383faab48ba1792ab.tar.gz
nvim-treesitter-69dda8c09db1ad1e4660c3d383faab48ba1792ab.tar.bz2
nvim-treesitter-69dda8c09db1ad1e4660c3d383faab48ba1792ab.tar.lz
nvim-treesitter-69dda8c09db1ad1e4660c3d383faab48ba1792ab.tar.xz
nvim-treesitter-69dda8c09db1ad1e4660c3d383faab48ba1792ab.tar.zst
nvim-treesitter-69dda8c09db1ad1e4660c3d383faab48ba1792ab.zip
tests/indent: add `normal o` tests for Python
Diffstat (limited to 'lua/tests/indent/python')
-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 543decc71..c8cd2541b 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: