X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/d90297c77bab6e22831b05ffc099bfc709cc7785..d1aee5f7fa136b1f0a7d8dfc318af81009074070:/.vim/bundle/black/tests/data/miscellaneous/missing_final_newline.py diff --git a/.vim/bundle/black/tests/data/miscellaneous/missing_final_newline.py b/.vim/bundle/black/tests/data/miscellaneous/missing_final_newline.py new file mode 100644 index 00000000..687e1367 --- /dev/null +++ b/.vim/bundle/black/tests/data/miscellaneous/missing_final_newline.py @@ -0,0 +1,3 @@ +# A comment-only file, with no final EOL character +# This triggers https://bugs.python.org/issue2142 +# This is the line without the EOL character \ No newline at end of file