commit | 6aa57295cfbe8f21c15f0671e45fd53cf990d404 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 14 21:25:52 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 14 21:25:52 2021 +0200 |
tree | 21d5b91f8af47cf5cecea7b615cd84a65a108c30 | |
parent | bfb2bb16bc69441fa3ec13caacb2c94637a8a0ec [diff] [blame] |
Update runtime files
diff --git a/runtime/doc/testing.txt b/runtime/doc/testing.txt index be2896e..18f6b19 100644 --- a/runtime/doc/testing.txt +++ b/runtime/doc/testing.txt
@@ -446,7 +446,7 @@ assert_report({msg}) *assert_report()* - Report a test failure directly, using {msg}. + Report a test failure directly, using String {msg}. Always returns one. Can also be used as a |method|: >