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/control_flow.py | |
| parent | 8bbe33b10d560a1acc7f301421ada332e01b8eb2 (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.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 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: |
