summaryrefslogtreecommitdiff
path: root/test/linter/test_markdown_markdownlint.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/linter/test_markdown_markdownlint.vader')
-rw-r--r--test/linter/test_markdown_markdownlint.vader5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/linter/test_markdown_markdownlint.vader b/test/linter/test_markdown_markdownlint.vader
index 12766cfd..b938ac41 100644
--- a/test/linter/test_markdown_markdownlint.vader
+++ b/test/linter/test_markdown_markdownlint.vader
@@ -7,6 +7,11 @@ After:
Execute(The default command should be correct):
AssertLinter 'markdownlint', ale#Escape('markdownlint') . ' %s'
+Execute(The executable should be configurable):
+ let g:ale_markdown_markdownlint_executable = 'foo bar'
+
+ AssertLinter 'foo bar', ale#Escape('foo bar') . ' %s'
+
Execute(The options should be configurable):
let g:ale_markdown_markdownlint_options = '--config ~/custom/.markdownlintrc'