summaryrefslogtreecommitdiffstats
path: root/runtime/doc
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-04-03 15:15:47 +0200
committerBram Moolenaar <Bram@vim.org>2021-04-03 15:15:47 +0200
commit0df603014589c663f4b49dc6fd36c3b99db1718f (patch)
tree09bf1d13a6ee7f498e28bd7debe9cbd09bcc0d0c /runtime/doc
parentf65ed86f6f60e1b73f4203206cd3df024b7d61f3 (diff)
patch 8.2.2697: function list test failsv8.2.2697
Problem: Function list test fails. Solution: Add missing function. (Yegappan Lakshmanan)
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/usr_41.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/usr_41.txt b/runtime/doc/usr_41.txt
index 891719ab77..f0e1ee5c14 100644
--- a/runtime/doc/usr_41.txt
+++ b/runtime/doc/usr_41.txt
@@ -1003,6 +1003,7 @@ Testing: *test-functions*
assert_true() assert that an expression is true
assert_exception() assert that a command throws an exception
assert_beeps() assert that a command beeps
+ assert_nobeep() assert that a command does not cause a beep
assert_fails() assert that a command fails
assert_report() report a test failure
test_alloc_fail() make memory allocation fail