Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
eahlberg committed Nov 20, 2023
1 parent 0848913 commit e628299
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/fixers/test_ormolu_fixer_callback.vader
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Execute(The ormolu callback should return the correct default values):
AssertEqual
\ {
\ 'command': ale#Escape('ormolu')
\ . ' --stdin-input-file '
\ . ale#Escape(@%)
\ },
\ ale#fixers#ormolu#Fix(bufnr(''))

Expand All @@ -19,6 +21,8 @@ Execute(The ormolu executable and options should be configurable):
AssertEqual
\ {
\ 'command': ale#Escape('/path/to/ormolu')
\ . ' -h',
\ . ' -h'
\ . ' --stdin-input-file '
\ . ale#Escape(@%)
\ },
\ ale#fixers#ormolu#Fix(bufnr(''))

0 comments on commit e628299

Please sign in to comment.