X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/fc2a16433e7da705793122dd0c66fcde83b305d5..c83ad6c077e7bb281cfd3fbdd89bbeb4c980e563:/tests/data/simple_cases/comments3.py

diff --git a/tests/data/simple_cases/comments3.py b/tests/data/simple_cases/comments3.py
index fbbef6d..f964bee 100644
--- a/tests/data/simple_cases/comments3.py
+++ b/tests/data/simple_cases/comments3.py
@@ -1,6 +1,7 @@
 # The percent-percent comments are Spyder IDE cells.
 
-#%%
+
+# %%
 def func():
     x = """
     a really long string
@@ -44,4 +45,4 @@ def func():
     )
 
 
-#%%
\ No newline at end of file
+# %%
\ No newline at end of file