X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/9372dc8510634a37fcd6f7046048c7abf37608e7..c6c8ef76a4d991cd8a7a3b00a816b6db72ecdf04:/tests/data/comments3.py diff --git a/tests/data/comments3.py b/tests/data/comments3.py index e95bd21..fbbef6d 100644 --- a/tests/data/comments3.py +++ b/tests/data/comments3.py @@ -1,3 +1,6 @@ +# The percent-percent comments are Spyder IDE cells. + +#%% def func(): x = """ a really long string @@ -39,3 +42,6 @@ def func(): # shared between sub-exceptions are not omitted _seen=set(_seen), ) + + +#%% \ No newline at end of file