diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-12-16 13:17:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-16 13:17:52 +0000 |
commit | 13060a3492f9417831802c39808d70237b906ae1 (patch) | |
tree | fcb164bd6e265f878f6333e42d702ee166f6a97e /test/command_callback | |
parent | 2cfa09e02d65cd06649fb1ae5f988b7a110a124d (diff) | |
parent | 5052eca5cb59389275ff1341525214228bad324a (diff) | |
download | ale-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')
-rw-r--r-- | test/command_callback/test_tex_lacheck_command_callback.vader | 13 | ||||
-rw-r--r-- | test/command_callback/tex_paths/sample1.tex | 0 | ||||
-rw-r--r-- | test/command_callback/tex_paths/sample2.tex | 0 |
3 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' diff --git a/test/command_callback/tex_paths/sample1.tex b/test/command_callback/tex_paths/sample1.tex new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/command_callback/tex_paths/sample1.tex diff --git a/test/command_callback/tex_paths/sample2.tex b/test/command_callback/tex_paths/sample2.tex new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/command_callback/tex_paths/sample2.tex |