install.fairie/dotfiles/.vim/plugged/ale/test/fixers/test_css_beautify_fixer_callback.vader

13 lines
322 B
Text
Raw Normal View History

Before:
call ale#assert#SetUpFixerTest('css', 'css-beautify', 'beautify')
After:
Restore
call ale#assert#TearDownFixerTest()
Execute(The css-beautify callback should return the correct default command):
AssertEqual
\ {'command': ale#Escape('css-beautify') . ' -'},
\ ale#fixers#css_beautify#Fix(bufnr(''))