X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/9372dc8510634a37fcd6f7046048c7abf37608e7..c6c8ef76a4d991cd8a7a3b00a816b6db72ecdf04:/tests/data/comments.py?ds=inline diff --git a/tests/data/comments.py b/tests/data/comments.py index 8ce9ffe..4ae3d2c 100644 --- a/tests/data/comments.py +++ b/tests/data/comments.py @@ -70,6 +70,9 @@ class Foo: """Docstring for instance attribute spam.""" +#'

This is pweave!

+ + @fast(really=True) async def wat(): async with X.open_async() as x: # Some more comments