X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/80bd2b3134b4f01da4e279d040a224326b3577e5..8c74d7901fe8de0abd72a182d775b639b4202577:/tests/empty_lines.py diff --git a/tests/empty_lines.py b/tests/empty_lines.py index d001db4..4c03e43 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 = " "