X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/4b449e7471c31ae2d3a890510322c40594cacc8f..104aec555fae0883ef5b53709569bd9c4d420bc5:/tests/data/comments2.py diff --git a/tests/data/comments2.py b/tests/data/comments2.py index 89c2910..4eea013 100644 --- a/tests/data/comments2.py +++ b/tests/data/comments2.py @@ -159,7 +159,7 @@ class Test: ####################### -instruction() +instruction()#comment with bad spacing # END COMMENTS # MORE END COMMENTS @@ -316,7 +316,13 @@ short ) -CONFIG_FILES = [CONFIG_FILE,] + SHARED_CONFIG_FILES + USER_CONFIG_FILES # type: Final +CONFIG_FILES = ( + [ + CONFIG_FILE, + ] + + SHARED_CONFIG_FILES + + USER_CONFIG_FILES +) # type: Final class Test: @@ -330,7 +336,7 @@ class Test: ####################### -instruction() +instruction() # comment with bad spacing # END COMMENTS # MORE END COMMENTS