X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/f71db23824a25300618dd0625085ade8d2b3a7a8..085efac037c07ef299edbf48a4d871f17b296743:/tests/data/comments3.py?ds=inline

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