tests/indent: add normal o tests for Python

This commit is contained in:
Jędrzej Boczar 2021-04-18 14:31:05 +02:00 committed by Kiyan
parent 8bbe33b10d
commit 69dda8c09d
2 changed files with 40 additions and 8 deletions

View file

@ -1,5 +1,3 @@
a, b, c, = 1, 2, 3
if a == a:
x = 1
elif b: