Skip to content

Commit

Permalink
fixup! Add auto-fixer for crystal
Browse files Browse the repository at this point in the history
  • Loading branch information
grepsedawk committed Dec 27, 2021
1 parent b75fe7b commit 1ffea3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/fixers/test_crystal_format_fixer_callback.vader
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Execute(The crystal format callback should return the correct default values):

AssertEqual
\ {
\ 'command': ale#Escape('xxxinvalid') . ' format -',
\ 'command': ale#Escape('xxxinvalid') . 'tool format -',
\ },
\ ale#fixers#crystal#Fix(bufnr(''))

Expand All @@ -27,7 +27,7 @@ Execute(The crystal format callback should include custom options):
AssertEqual
\ {
\ 'command': ale#Escape('xxxinvalid')
\ . ' ' . g:ale_crystal_format_options
\ . ' tool format' . g:ale_crystal_format_options
\ . ' -',
\ },
\ ale#fixers#crystal#Fix(bufnr(''))

0 comments on commit 1ffea3d

Please sign in to comment.