Escape the ponyc executable
This commit is contained in:
parent
608b6dafd4
commit
5915a0ee39
2 changed files with 3 additions and 3 deletions
|
@ -13,11 +13,11 @@ After:
|
|||
|
||||
Execute(The options should be used in the command):
|
||||
AssertEqual
|
||||
\ 'ponyc --pass paint',
|
||||
\ ale#Escape('ponyc') . ' --pass paint',
|
||||
\ ale_linters#pony#ponyc#GetCommand(bufnr(''))
|
||||
|
||||
let b:ale_pony_ponyc_options = 'foobar'
|
||||
|
||||
AssertEqual
|
||||
\ 'ponyc foobar',
|
||||
\ ale#Escape('ponyc') . ' foobar',
|
||||
\ ale_linters#pony#ponyc#GetCommand(bufnr(''))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue