X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/f71db23824a25300618dd0625085ade8d2b3a7a8..892eddacd215d685e136686b7f629ade70adca83:/tests/data/comments.py diff --git a/tests/data/comments.py b/tests/data/comments.py index 8ce9ffe..a20e653 100644 --- a/tests/data/comments.py +++ b/tests/data/comments.py @@ -70,8 +70,13 @@ class Foo: """Docstring for instance attribute spam.""" +#'

This is pweave!

+ + @fast(really=True) async def wat(): + # This comment, for some reason \ + # contains a trailing backslash. async with X.open_async() as x: # Some more comments result = await x.method1() # Comment after ending a block.