diff --git a/test/filetypes/python/functions.vader b/test/filetypes/python/functions.vader index fe3b1873..9b66bb5e 100644 --- a/test/filetypes/python/functions.vader +++ b/test/filetypes/python/functions.vader @@ -108,6 +108,8 @@ Do (trigger doge): Expect python (generated comment with nothing but the text 'TODO'): def myFunc(): """ + TODO + TODO """ pass @@ -127,6 +129,8 @@ Expect python (generated comment with :param tags): """ TODO + TODO + Parameters ---------- p1 : Callable[[int], None] @@ -151,6 +155,8 @@ Expect python (generated comment with :param tags): """ TODO + TODO + Parameters ---------- p1 : Callable[[int], None]