X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/eaa337f176b086a9ebd91884c0b9d9a96772aeb3..2f3fa1f6d0cbc2a3f31c7440c422da173b068e7b:/tests/data/docstring.py diff --git a/tests/data/docstring.py b/tests/data/docstring.py index e977619..96bcf52 100644 --- a/tests/data/docstring.py +++ b/tests/data/docstring.py @@ -102,7 +102,7 @@ def and_this(): "hey yah"''' -def empty(): +def multiline_whitespace(): ''' @@ -111,11 +111,11 @@ def empty(): ''' -def oneline_empty(): +def oneline_whitespace(): ''' ''' -def oneline_nothing(): +def empty(): """""" @@ -293,16 +293,16 @@ def and_this(): "hey yah"''' -def empty(): +def multiline_whitespace(): """ """ -def oneline_empty(): +def oneline_whitespace(): """ """ -def oneline_nothing(): - """ """ +def empty(): + """""" def single_quotes(): @@ -374,4 +374,4 @@ def my_god_its_full_of_stars_1(): # the space below is actually a \u2001, removed in output def my_god_its_full_of_stars_2(): - "I'm sorry Dave" \ No newline at end of file + "I'm sorry Dave"