diff options
author | cyy <cyyever@outlook.com> | 2020-10-07 14:04:43 +0700 |
---|---|---|
committer | cyy <cyyever@outlook.com> | 2020-10-31 14:01:08 +0800 |
commit | a49f664aea742bafae43af50eac568143870a663 (patch) | |
tree | d82cdaa8521aa66721936c7d334206fb25aa6ba1 /test/fixers/test_fish_indent_fixer_callback.vader | |
parent | 194660660dca4e18f33ac5981ef79856fd062057 (diff) | |
download | ale-a49f664aea742bafae43af50eac568143870a663.zip |
chang fishindent to fish_indent
Diffstat (limited to 'test/fixers/test_fish_indent_fixer_callback.vader')
-rw-r--r-- | test/fixers/test_fish_indent_fixer_callback.vader | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/fixers/test_fish_indent_fixer_callback.vader b/test/fixers/test_fish_indent_fixer_callback.vader index c83300e1..beb0b42e 100644 --- a/test/fixers/test_fish_indent_fixer_callback.vader +++ b/test/fixers/test_fish_indent_fixer_callback.vader @@ -1,10 +1,10 @@ Before: - Save g:ale_fish_fishindent_executable - Save g:ale_fish_fishindent_options + Save g:ale_fish_fish_indent_executable + Save g:ale_fish_fish_indent_options " Use an invalid global executable, so we don't match it. - let g:ale_fish_fishindent_executable = 'xxxinvalid' - let g:ale_fish_fishindent_options = '' + let g:ale_fish_fish_indent_executable = 'xxxinvalid' + let g:ale_fish_fish_indent_options = '' call ale#test#SetDirectory('/testplugin/test/fixers') @@ -26,7 +26,7 @@ Execute(The fish_indent callback should return the correct default values): \ ale#fixers#fish_indent#Fix(bufnr('')) Execute(The fish_indent callback should include custom fish_indent options): - let g:ale_fish_fishindent_options = "-d" + let g:ale_fish_fish_indent_options = "-d" call ale#test#SetFilename('../fish_files/testfile.fish') AssertEqual |