From 6407d54092490ab33c9a19806e0938a2c9d5fdb8 Mon Sep 17 00:00:00 2001 From: oxalica Date: Sat, 27 Nov 2021 08:28:40 +0800 Subject: fix: off-by-one errors in indent calculation --- tests/indent/python_spec.lua | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/indent/python_spec.lua') diff --git a/tests/indent/python_spec.lua b/tests/indent/python_spec.lua index 45e262b73..f1769c4d8 100644 --- a/tests/indent/python_spec.lua +++ b/tests/indent/python_spec.lua @@ -13,14 +13,10 @@ describe("indent Python:", function() run:whole_file(".", { expected_failures = { "./aligned_indent.py", - "./basic_blocks.py", "./branches.py", - "./control_flow.py", "./hanging_indent.py", "./join_lines.py", "./nested_collections.py", - "./strings.py", - "./control_flow.py", }, }) end) -- cgit v1.2.3-70-g09d2