X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a57ab326b20b720518ab6f513bd0f8ba357d8d86..ac7402cbf6a0deb5c74e9abcffc5bd7b1148fda5:/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] = [