diff src/testdir/test_swap.vim @ 25200:da0e5ff44b14 v8.2.3136

patch 8.2.3136: no test for E187 and "No swap file" Commit: https://github.com/vim/vim/commit/fe3418abe0dac65e42e85b5a91c5d0c975bc65bb Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Sat Jul 10 17:59:48 2021 +0200 patch 8.2.3136: no test for E187 and "No swap file" Problem: No test for E187 and "No swap file". Solution: Add a test. (Dominique Pell?, closes https://github.com/vim/vim/issues/8540)
author Bram Moolenaar <Bram@vim.org>
date Sat, 10 Jul 2021 18:00:04 +0200
parents e0baf334f1ca
children c2d4e40a32a6
line wrap: on
line diff
--- a/src/testdir/test_swap.vim
+++ b/src/testdir/test_swap.vim
@@ -574,4 +574,8 @@ func Test_swapchoice()
   augroup! test_swapchoice
 endfunc
 
+func Test_no_swap_file()
+  call assert_equal("\nNo swap file", execute('swapname'))
+endfunc
+
 " vim: shiftwidth=2 sts=2 expandtab