diff options
author | toastal <toastal@protonmail.com> | 2020-09-14 09:20:53 +0700 |
---|---|---|
committer | toastal <toastal@protonmail.com> | 2020-09-14 10:13:11 +0700 |
commit | ed47008710a2295ff3bf2d2e6372ee29cdbe6c39 (patch) | |
tree | b43e12d693bcd3d517bacc7dd3e0821d448171e3 /test/fixers/test_dhall_fixer_callback.vader | |
parent | b32954a46c62e3021412a883dde9544f37cdabb3 (diff) | |
download | ale-ed47008710a2295ff3bf2d2e6372ee29cdbe6c39.zip |
addressing missing docs + cleaning up older Dhall files
Diffstat (limited to 'test/fixers/test_dhall_fixer_callback.vader')
-rw-r--r-- | test/fixers/test_dhall_fixer_callback.vader | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/fixers/test_dhall_fixer_callback.vader b/test/fixers/test_dhall_fixer_callback.vader deleted file mode 100644 index f27880b7..00000000 --- a/test/fixers/test_dhall_fixer_callback.vader +++ /dev/null @@ -1,11 +0,0 @@ -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' - \ } |