From a099fe24b2e898c93c0aa4391e5a5631932684a6 Mon Sep 17 00:00:00 2001 From: toastal <561087+toastal@users.noreply.github.com> Date: Mon, 9 Aug 2021 11:43:50 +0000 Subject: Dhall fixes: use stdin, doc errors (#3868) * purs-tidy * Dhall fixes: use stdin, docs errors --- test/fixers/test_dhall_format_fixer_callback.vader | 6 ++---- test/fixers/test_dhall_freeze_fixer_callback.vader | 8 +++----- test/fixers/test_dhall_lint_fixer_callback.vader | 6 ++---- 3 files changed, 7 insertions(+), 13 deletions(-) (limited to 'test') diff --git a/test/fixers/test_dhall_format_fixer_callback.vader b/test/fixers/test_dhall_format_fixer_callback.vader index 8d6c7651..8fa2fe7c 100644 --- a/test/fixers/test_dhall_format_fixer_callback.vader +++ b/test/fixers/test_dhall_format_fixer_callback.vader @@ -17,8 +17,6 @@ Execute(The dhall-format callback should return the correct options): AssertFixer \ { \ 'command': ale#Escape('odd-dhall') - \ . ' --ascii' - \ . ' format' - \ . ' --inplace %t', - \ 'read_temporary_file': 1, + \ . ' --ascii' + \ . ' format' \ } diff --git a/test/fixers/test_dhall_freeze_fixer_callback.vader b/test/fixers/test_dhall_freeze_fixer_callback.vader index c6e94ec1..02473697 100644 --- a/test/fixers/test_dhall_freeze_fixer_callback.vader +++ b/test/fixers/test_dhall_freeze_fixer_callback.vader @@ -16,9 +16,7 @@ Execute(The dhall-freeze callback should return the correct options): AssertFixer \ { \ 'command': ale#Escape('odd-dhall') - \ . ' --ascii' - \ . ' freeze' - \ . ' --all' - \ . ' --inplace %t', - \ 'read_temporary_file': 1, + \ . ' --ascii' + \ . ' freeze' + \ . ' --all' \ } diff --git a/test/fixers/test_dhall_lint_fixer_callback.vader b/test/fixers/test_dhall_lint_fixer_callback.vader index 5a1d6488..e2054eb0 100644 --- a/test/fixers/test_dhall_lint_fixer_callback.vader +++ b/test/fixers/test_dhall_lint_fixer_callback.vader @@ -15,8 +15,6 @@ Execute(The dhall-lint callback should return the correct options): AssertFixer \ { \ 'command': ale#Escape('odd-dhall') - \ . ' --ascii' - \ . ' lint' - \ . ' --inplace %t', - \ 'read_temporary_file': 1, + \ . ' --ascii' + \ . ' lint' \ } -- cgit v1.2.3