summaryrefslogtreecommitdiff
path: root/test/fixers/test_dhall_fixer_callback.vader
blob: f27880b76e5e5fc96f6c52af4f956e0577ee5516 (plain)
1
2
3
4
5
6
7
8
9
10
11
Before:
  call ale#assert#SetUpFixerTest('dhall', 'dhall')

After:
  call ale#assert#TearDownFixerTest()

Execute(The default command should be correct):
  AssertFixer
  \ { 'read_temporary_file': 1,
  \   'command': ale#Escape('dhall') . ' format --inplace %t'
  \ }