mirror of https://github.com/dense-analysis/ale
13 lines
327 B
Plaintext
13 lines
327 B
Plaintext
Before:
|
|
call ale#assert#SetUpFixerTest('html', 'html-beautify', 'beautify')
|
|
|
|
After:
|
|
Restore
|
|
|
|
call ale#assert#TearDownFixerTest()
|
|
|
|
Execute(The html-beautify callback should return the correct default command):
|
|
AssertEqual
|
|
\ {'command': ale#Escape('html-beautify') . ' -'},
|
|
\ ale#fixers#html_beautify#Fix(bufnr(''))
|