Test: 1/Fix some interdependencies 2/replace -o -> -f

1/ Fix interdependencies: any test can run alone
2/ Replace command line -o by -f
3/ As usual makesome formating, don't hate me if merge conflicting ..
This commit is contained in:
Tinmarino
2020-07-25 02:05:59 -04:00
parent ac38bb2f09
commit 81c67f97e4
3 changed files with 67 additions and 36 deletions
+12
View File
@@ -8,8 +8,12 @@
Include: vader_includes/vader_setup.vader
################################################################################
Execute (Log):
Log '#949 <Enter> create link bug with Chinese characters'
file wiki_test.md
call SetSyntax('markdown')
Given vimwiki (Madarin with vimwiki Yeeepy):
@@ -33,8 +37,11 @@ Expect (all WORDS are links):
[aaaaa你们好啊](aaaaa你们好啊)
################################################################################
Execute (Log):
Log '#735 Fix off-by-one error in get_next_line and get_prev_line'
file wiki_test.md
call SetSyntax('markdown')
Given vimwiki (P#735 -> I#407):
1. item1
@@ -57,8 +64,11 @@ Expect (Renumber all):
4. item3
################################################################################
Execute (Log):
Log '#899 conceallevel is setted globally when editing a wiki file (PR #900)'
file wiki_test.md
call SetSyntax('markdown')
Given vimwiki (Void):
@@ -93,8 +103,10 @@ Execute (conceal):
endif
################################################################################
Execute (Log):
Log 'PR #528: Add option |g:vimwiki_create_link| to prevent link creation'
call SetSyntax('markdown')
Given vimwiki (Link):
Link