X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/f50ba078b3f15b3292f01b76f5c0f4209a57f8c7..6fdbdb4ee301d8f9466da4da8364ac05611a1b19:/tests/data/comments.py diff --git a/tests/data/comments.py b/tests/data/comments.py index 4ae3d2c..a20e653 100644 --- a/tests/data/comments.py +++ b/tests/data/comments.py @@ -75,6 +75,8 @@ class Foo: @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.