Skip to content

Commit

Permalink
fix: Adjust typos in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed Jul 19, 2019
1 parent 6a4ef14 commit 12c0df0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/filetypes/python/functions-doc-sphinx.vader
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# ==============================================================================
# Functions using the Sphinx doc standard.
# ==============================================================================
Given python(function without paramters without return type where b:doge_doc_standard='sphinx'):
Given python(function without parameters without return type where b:doge_doc_standard='sphinx'):
def myFunc():
pass

Do (trigger doge):
:let b:doge_doc_standard='sphinx'\<CR>
\<C-d>

Expect python (generated comment with nothing but the text 'TODO):
Expect python (generated comment with nothing but the text 'TODO'):
def myFunc():
"""
TODO
Expand Down

0 comments on commit 12c0df0

Please sign in to comment.