diff --git a/test/completion/docstring.py b/test/completion/docstring.py index b4485e7f..b61d05ed 100644 --- a/test/completion/docstring.py +++ b/test/completion/docstring.py @@ -88,3 +88,11 @@ class Test(object): def test(self): #? ['teststr'] self.teststr + +# ----------------- +# statement docstrings +# ----------------- +d = '' +""" bsdf """ +#? str() +d.upper()