diff options
| author | Jędrzej Boczar <yendreij@gmail.com> | 2021-04-18 14:31:05 +0200 |
|---|---|---|
| committer | Kiyan <yazdani.kiyan@protonmail.com> | 2021-04-23 21:21:38 +0200 |
| commit | 69dda8c09db1ad1e4660c3d383faab48ba1792ab (patch) | |
| tree | 751a995aa2b4d292606a5a3113e83f4300648362 /lua/tests/indent/python | |
| parent | tests/indent: test cases with `normal o` for C/C++ (diff) | |
| download | nvim-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.py | 2 |
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: |
