From bb60706433e593f976fb6cfee3b3a6910ce5bd2c Mon Sep 17 00:00:00 2001 From: Munif Tanjim Date: Wed, 19 Jan 2022 03:06:06 +0600 Subject: feat(indent): support `@aligned_indent` for python --- tests/indent/python/branches.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tests/indent/python') diff --git a/tests/indent/python/branches.py b/tests/indent/python/branches.py index 7ce106bd7..474ec5b63 100644 --- a/tests/indent/python/branches.py +++ b/tests/indent/python/branches.py @@ -23,5 +23,9 @@ foo( b) if (a and - b): + b): + pass + +if (a + and b): pass -- cgit v1.2.3-70-g09d2