X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/f71db23824a25300618dd0625085ade8d2b3a7a8..e4003c2c439fc08a407d3024a195c010f03c4173:/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