comparison runtime/doc/testing.txt @ 25619:29ec2c198c8d

Update runtime files Commit: https://github.com/vim/vim/commit/6aa57295cfbe8f21c15f0671e45fd53cf990d404 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Aug 14 21:25:52 2021 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 14 Aug 2021 21:30:04 +0200
parents 84c7dc0fdcd2
children d4faa2c5211b
comparison
equal deleted inserted replaced
25618:b5765575dc5a 25619:29ec2c198c8d
444 Can also be used as a |method|: > 444 Can also be used as a |method|: >
445 getFile()->assert_notmatch('bar.*') 445 getFile()->assert_notmatch('bar.*')
446 446
447 447
448 assert_report({msg}) *assert_report()* 448 assert_report({msg}) *assert_report()*
449 Report a test failure directly, using {msg}. 449 Report a test failure directly, using String {msg}.
450 Always returns one. 450 Always returns one.
451 451
452 Can also be used as a |method|: > 452 Can also be used as a |method|: >
453 GetMessage()->assert_report() 453 GetMessage()->assert_report()
454 454