X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/cb5aadad74c0a1c9c514a633c632c99b668c70ed..3eab6d3131acd14b5900519d8447c8a1152e6d87:/tests/empty_lines.py diff --git a/tests/empty_lines.py b/tests/empty_lines.py index 0edeb01..5b7ce92 100644 --- a/tests/empty_lines.py +++ b/tests/empty_lines.py @@ -1,3 +1,7 @@ +"""Docstring.""" + + +# leading comment def f(): NO = '' SPACE = ' ' @@ -44,9 +48,11 @@ def f(): syms.dictsetmaker, }: return NO + ############################################################################### # SECTION BECAUSE SECTIONS ############################################################################### + def g(): NO = '' SPACE = ' ' @@ -89,6 +95,10 @@ def g(): # output +"""Docstring.""" + + +# leading comment def f(): NO = "" SPACE = " "