blob: 3012c7f1493bf3977d871a86e734ea06f23c9ce3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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(''))
|