From f7852dbd0a063d6d82ee17a5057fea53cb79b21d Mon Sep 17 00:00:00 2001 From: w0rp Date: Sun, 21 Mar 2021 00:21:49 +0000 Subject: #3633 - Move linter tests into test/linter --- .../test_xmllint_command_callback.vader | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 test/command_callback/test_xmllint_command_callback.vader (limited to 'test/command_callback/test_xmllint_command_callback.vader') diff --git a/test/command_callback/test_xmllint_command_callback.vader b/test/command_callback/test_xmllint_command_callback.vader deleted file mode 100644 index 5a2377c2..00000000 --- a/test/command_callback/test_xmllint_command_callback.vader +++ /dev/null @@ -1,20 +0,0 @@ -Before: - call ale#assert#SetUpLinterTest('xml', 'xmllint') - -After: - call ale#assert#TearDownLinterTest() - -Execute(The xml xmllint command callback should return the correct default string): - AssertLinter 'xmllint', ale#Escape('xmllint') . ' --noout -' - -Execute(The xml xmllint command callback should let you set options): - let g:ale_xml_xmllint_options = '--xinclude --postvalid' - - AssertLinter 'xmllint', - \ ale#Escape('xmllint') . ' --xinclude --postvalid --noout -' - -Execute(The xmllint executable should be configurable): - let g:ale_xml_xmllint_executable = '~/.local/bin/xmllint' - - AssertLinter '~/.local/bin/xmllint', - \ ale#Escape('~/.local/bin/xmllint') . ' --noout -' -- cgit v1.2.3