Hi Attached patch fixes grammatical mistakes in src/testdir/README.txt.
Regards Dominique -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.
diff --git a/src/testdir/README.txt b/src/testdir/README.txt index 052ccf5..55222c5 100644 --- a/src/testdir/README.txt +++ b/src/testdir/README.txt @@ -5,7 +5,7 @@ want to separate it from other tests with comment lines. The numbered tests are older, we have switched to named tests. -And then you can chose between a new style test, which is a Vim script, or an +And then you can choose between a new style test, which is a Vim script, or an old style test, which uses Normal mode commands. Use a new style test if you can. @@ -21,7 +21,7 @@ TO ADD A NEW STYLE TEST: What you can use (see test_assert.vim for an example): - Call assert_equal(), assert_true() and assert_false(). - Use try/catch to check for exceptions. -- Use alloc_fail() to have memory allocation fail. This makes it possible to +- Use alloc_fail() to have memory allocation fail. This makes it possible to check memory allocation failures are handled gracefully. You need to change the source code to add an ID to the allocation. Update LAST_ID_USED above alloc_id() to the highest ID used.