mirror of
https://github.com/dense-analysis/ale
synced 2024-12-12 17:37:22 +00:00
11 lines
213 B
Plaintext
11 lines
213 B
Plaintext
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'
|
|
|
|
|