]> git.madduck.net Git - etc/vim.git/blobdiff - test/folding.vader

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Rename test/toc.vader
[etc/vim.git] / test / folding.vader
index ee2097506e9bddb0fc7e79dd08adf96df1cb4c87..adcae5f9b26b165f5f1ace12962785686706cea7 100644 (file)
@@ -28,11 +28,11 @@ Execute (fold level # in code block):
   AssertEqual foldlevel(12), 2, 'foobar'
 
 Given markdown;
-
-==+ Fold Level 1
-
---+ Fold Level 2
-
-Execute (fold level ==+, --+):
-  AssertEqual foldlevel(2), 1, '==+'
-  AssertEqual foldlevel(4), 2, '--+'
+Fold Level 1
+============
+Fold Level 2
+------------
+
+Execute (fold level ==, --):
+  AssertEqual foldlevel(2), 1, '=='
+  AssertEqual foldlevel(4), 2, '--'