commit | b48e96f61c87a64e38e3ac50732c92a84a4833b8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 13 12:26:14 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 13 12:26:14 2018 +0100 |
tree | 170cf91f5865fda3f985328c50b5d009e5296a3b | |
parent | 294959528e02403cd7ef6541208835f0c621c63b [diff] [blame] |
patch 8.0.1510: cannot test if a command causes a beep Problem: Cannot test if a command causes a beep. Solution: Add assert_beeps().
diff --git a/src/testdir/test_normal.vim b/src/testdir/test_normal.vim index 27c5897..2d1446b 100644 --- a/src/testdir/test_normal.vim +++ b/src/testdir/test_normal.vim
@@ -2177,6 +2177,8 @@ func! Test_normal45_drop() if !has('dnd') + " The ~ register does not exist + call assert_beeps('norm! "~') return endif