mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-10 21:42:31 +08:00
#3633 - Put all dummy test files in test/test-files
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Before:
|
||||
Save g:ale_html_tidy_executable
|
||||
|
||||
let g:ale_html_tidy_executable = 'tidy_paths/tidy'
|
||||
let g:ale_html_tidy_executable = '../test-files/tidy/tidy'
|
||||
|
||||
call ale#test#SetDirectory('/testplugin/test/fixers')
|
||||
|
||||
@@ -23,7 +23,7 @@ Execute(The tidy callback should return 0 if tidy not found):
|
||||
Execute(The tidy callback should return the correct default command):
|
||||
AssertEqual
|
||||
\ {
|
||||
\ 'command': ale#Escape('tidy_paths/tidy')
|
||||
\ 'command': ale#Escape('../test-files/tidy/tidy')
|
||||
\ . ' -q --tidy-mark no --show-errors 0 --show-warnings 0'
|
||||
\ },
|
||||
\ ale#fixers#tidy#Fix(bufnr(''))
|
||||
|
||||
Reference in New Issue
Block a user