From e628299769e9cb71bacf2f151c7e99c706644a88 Mon Sep 17 00:00:00 2001 From: Eric Ahlberg Date: Mon, 20 Nov 2023 11:21:39 +0100 Subject: [PATCH] Update test --- test/fixers/test_ormolu_fixer_callback.vader | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/fixers/test_ormolu_fixer_callback.vader b/test/fixers/test_ormolu_fixer_callback.vader index 3e6af199f0..3b1848434f 100644 --- a/test/fixers/test_ormolu_fixer_callback.vader +++ b/test/fixers/test_ormolu_fixer_callback.vader @@ -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('')) @@ -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(''))