mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 05:04:28 +08: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'
|
|
|
|
|