X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/e6cd10e7615f4df537e2eaefcf3904a4feecad1f..1fc3215e8c8856094b20d497e4e0e3e547ed38eb:/tests/test_format.py?ds=inline diff --git a/tests/test_format.py b/tests/test_format.py index e467770..eabec8c 100644 --- a/tests/test_format.py +++ b/tests/test_format.py @@ -27,6 +27,7 @@ SIMPLE_CASES = [ "comments5", "comments6", "comments7", + "comments_non_breaking_space", "comment_after_escaped_newline", "composition", "composition_no_trailing_comma", @@ -37,6 +38,11 @@ SIMPLE_CASES = [ "fmtonoff2", "fmtonoff3", "fmtonoff4", + "fmtskip", + "fmtskip2", + "fmtskip3", + "fmtskip4", + "fmtskip5", "fstring", "function", "function2",