mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-18 21:33:07 +02:00
tests: Use "default" syntax instead of "mediawiki" (for consistency)
This commit is contained in:
parent
698e2448f3
commit
6dd4d81aec
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class IntegrationTest(object):
|
|||
def configure_global_variables(self):
|
||||
self.command('let g:taskwiki_data_location="{0}"'.format(self.dir))
|
||||
self.command('let g:taskwiki_taskrc_location="{0}"'.format(self.taskrc_path))
|
||||
self.command('let g:vimwiki_list = [{"syntax": "mediawiki", "ext": ".txt","path": "%s"}]' % self.dir)
|
||||
self.command('let g:vimwiki_list = [{"syntax": "default", "ext": ".txt","path": "%s"}]' % self.dir)
|
||||
self.command('let g:taskwiki_measure_coverage="yes"')
|
||||
self.command('let g:taskwiki_markup_syntax="{0}"'.format(self.markup))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue