CI: Fix previous test for (issue #1279)

This commit is contained in:
Tinmarino
2023-06-23 12:28:52 -04:00
parent 26adc84dc3
commit c79f15a90b
+7
View File
@@ -17,6 +17,13 @@ Expect (Wrapped with the :: prefix prepended):
Given vimwiki (Small heading): Given vimwiki (Small heading):
:: aaa :: aaa
Execute (Log):
call SetSyntax("default")
Log 'Comments: ' . &comments
Log 'Formatoptions: ' . &formatoptions
Log 'Blockquote_markers: ' . string(vimwiki#vars#get_syntaxlocal('blockquote_markers'))
Log 'Syntax: ' . vimwiki#vars#get_wikilocal('syntax')
Do (A <CR>): Do (A <CR>):
A\<CR> A\<CR>