X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/2f3fa1f6d0cbc2a3f31c7440c422da173b068e7b:/tests/data/fmtskip2.py..dc71922c768e543c9c3bbb1db5ea6d7fa801a814:/.vim/bundle/black/tests/data/static/gitweb.js diff --git a/tests/data/fmtskip2.py b/tests/data/fmtskip2.py deleted file mode 100644 index e624811..0000000 --- a/tests/data/fmtskip2.py +++ /dev/null @@ -1,17 +0,0 @@ -l1 = ["This list should be broken up", "into multiple lines", "because it is way too long"] -l2 = ["But this list shouldn't", "even though it also has", "way too many characters in it"] # fmt: skip -l3 = ["I have", "trailing comma", "so I should be braked",] - -# output - -l1 = [ - "This list should be broken up", - "into multiple lines", - "because it is way too long", -] -l2 = ["But this list shouldn't", "even though it also has", "way too many characters in it"] # fmt: skip -l3 = [ - "I have", - "trailing comma", - "so I should be braked", -] \ No newline at end of file