Fix previous commit tests

This commit is contained in:
Tinmarino
2023-10-31 12:47:26 -03:00
parent 90b23b466f
commit a479154770
3 changed files with 9 additions and 6 deletions
+5 -3
View File
@@ -13,13 +13,15 @@ Given vimwiki (All math inline possible):
123456789
Do (Set syntax wiki):
:call SetSyntax('default')\<CR>
Execute (Set syntax wiki):
call SetSyntax('default')
Log &foldexpr
Log &foldmethod
Execute (Assert syntax):
# Bold
AssertEqual 'VimwikiBold1', GetSyntaxStack(1, 2)[0] . 1
# AssertEqual 'VimwikiBold1', GetSyntaxStack(1, 2)[0] . 1
AssertEqual '02', len(GetSyntaxStack(1, 8)) . 2
# HTML Comment
AssertEqual 'VimwikiComment3', GetSyntaxStack(2, 6)[0] . 3