diff options
Diffstat (limited to 'test/command_callback/test_tex_lacheck_command_callback.vader')
-rw-r--r-- | test/command_callback/test_tex_lacheck_command_callback.vader | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/test/command_callback/test_tex_lacheck_command_callback.vader b/test/command_callback/test_tex_lacheck_command_callback.vader deleted file mode 100644 index b404cc78..00000000 --- a/test/command_callback/test_tex_lacheck_command_callback.vader +++ /dev/null @@ -1,13 +0,0 @@ -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' |