blob: fb83ffa15e5733e54c42f2f9ca2c9a475cab6953 (
plain)
1
2
3
4
5
6
7
8
9
10
|
Before:
call ale#assert#SetUpLinterTest('racket', 'raco')
After:
call ale#assert#TearDownLinterTest()
Execute(The default command and executable should be correct):
AssertLinter 'raco', 'raco expand %s'
|