1
0
Fork 0
mirror of synced 2024-06-29 20:11:09 -04:00
ultimate-vim/sources_non_forked/ale/test/linter/test_pony_ponyc.vader
2022-05-19 21:16:38 +08:00

13 lines
321 B
Plaintext

Before:
call ale#assert#SetUpLinterTest('pony', 'ponyc')
After:
call ale#assert#TearDownLinterTest()
Execute(The options should be used in the command):
AssertLinter 'ponyc', ale#Escape('ponyc') . ' --pass paint'
let b:ale_pony_ponyc_options = 'foobar'
AssertLinter 'ponyc', ale#Escape('ponyc') . ' foobar'