X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a57ab326b20b720518ab6f513bd0f8ba357d8d86..a66016cb949590863d11e329e65bbb383727125e:/tests/test_format.py diff --git a/tests/test_format.py b/tests/test_format.py index 269bbac..a995bd3 100644 --- a/tests/test_format.py +++ b/tests/test_format.py @@ -75,10 +75,14 @@ PREVIEW_CASES: List[str] = [ # string processing "cantfit", "comments7", + "comments8", "long_strings", "long_strings__edge_case", "long_strings__regression", "percent_precedence", + "remove_except_parens", + "remove_for_brackets", + "one_element_subscript", ] SOURCES: List[str] = [