Add vader test and fix command callback.

This commit is contained in:
Horacio Sanson
2018-08-26 22:11:36 +09:00
parent 228aee71a5
commit 261c29c3d0
2 changed files with 13 additions and 9 deletions

View File

@@ -0,0 +1,10 @@
Before:
call ale#assert#SetUpLinterTest('java', 'javalsp')
After:
call ale#assert#TearDownLinterTest()
Execute(The javalsp callback should return the correct default value):
AssertLinter 'java', ale#Escape('java -cp javacs.jar -Xverify:none org.javacs.Main')