From fa0644667ea7ee7a72efdb69c471de4953a11019 Mon Sep 17 00:00:00 2001 From: George Harker Date: Tue, 14 Mar 2023 12:25:38 -0700 Subject: fix: change folding algorithm to fix Python indents --- tests/indent/python/control_flow.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/indent/python/control_flow.py') diff --git a/tests/indent/python/control_flow.py b/tests/indent/python/control_flow.py index c8cd2541b..7ec02e3ff 100644 --- a/tests/indent/python/control_flow.py +++ b/tests/indent/python/control_flow.py @@ -20,3 +20,11 @@ except: pass finally: pass + +while (a > 4 and + b > 5): + pass + +try: + pass + -- cgit v1.2.3-70-g09d2