summaryrefslogtreecommitdiff
path: root/test/command_callback/test_tex_lacheck_command_callback.vader
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2018-12-16 13:17:52 +0000
committerGitHub <noreply@github.com>2018-12-16 13:17:52 +0000
commit13060a3492f9417831802c39808d70237b906ae1 (patch)
treefcb164bd6e265f878f6333e42d702ee166f6a97e /test/command_callback/test_tex_lacheck_command_callback.vader
parent2cfa09e02d65cd06649fb1ae5f988b7a110a124d (diff)
parent5052eca5cb59389275ff1341525214228bad324a (diff)
downloadale-13060a3492f9417831802c39808d70237b906ae1.zip
Merge pull request #2136 from hsanson/368-chktex-latex-report-errors-from-wrong-file
Fix 368 - Lacheck reports errors from input{} files.
Diffstat (limited to 'test/command_callback/test_tex_lacheck_command_callback.vader')
-rw-r--r--test/command_callback/test_tex_lacheck_command_callback.vader13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/command_callback/test_tex_lacheck_command_callback.vader b/test/command_callback/test_tex_lacheck_command_callback.vader
new file mode 100644
index 00000000..b404cc78
--- /dev/null
+++ b/test/command_callback/test_tex_lacheck_command_callback.vader
@@ -0,0 +1,13 @@
+Before:
+ call ale#assert#SetUpLinterTest('tex', 'lacheck')
+
+After:
+ call ale#assert#TearDownLinterTest()
+
+Execute(Executable should default to lacheck):
+ AssertLinter 'lacheck', ale#Escape('lacheck') . ' %t'
+
+Execute(Should be able to set a custom executable):
+ let g:ale_tex_lacheck_executable = 'bin/foo'
+
+ AssertLinter 'bin/foo' , ale#Escape('bin/foo') . ' %t'