mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-10 05:22:31 +08:00
#1303 jq isn't a Node program
This commit is contained in:
14
test/fixers/test_jq_fixer_callback.vader
Normal file
14
test/fixers/test_jq_fixer_callback.vader
Normal file
@@ -0,0 +1,14 @@
|
||||
Before:
|
||||
Save g:ale_json_jq_executable
|
||||
Save g:ale_json_jq_options
|
||||
|
||||
After:
|
||||
Restore
|
||||
|
||||
Execute(The jq fixer should use the options you set):
|
||||
let g:ale_json_jq_executable = 'foo'
|
||||
let g:ale_json_jq_options = '--bar'
|
||||
|
||||
AssertEqual
|
||||
\ {'command': ale#Escape('foo') . ' . --bar'},
|
||||
\ ale#fixers#jq#Fix(bufnr(''))
|
||||
Reference in New Issue
Block a user