summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authortoastal <561087+toastal@users.noreply.github.com>2021-08-09 11:43:50 +0000
committerGitHub <noreply@github.com>2021-08-09 20:43:50 +0900
commita099fe24b2e898c93c0aa4391e5a5631932684a6 (patch)
treee016abd55f81e00595e887dd9700e4faaa7448ce /test
parent9264ffda2362bf54c223370b2dc5482354b290b7 (diff)
downloadale-a099fe24b2e898c93c0aa4391e5a5631932684a6.zip
Dhall fixes: use stdin, doc errors (#3868)
* purs-tidy * Dhall fixes: use stdin, docs errors
Diffstat (limited to 'test')
-rw-r--r--test/fixers/test_dhall_format_fixer_callback.vader6
-rw-r--r--test/fixers/test_dhall_freeze_fixer_callback.vader8
-rw-r--r--test/fixers/test_dhall_lint_fixer_callback.vader6
3 files changed, 7 insertions, 13 deletions
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'
\ }