Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | vim-patch:9.1.0419: eval.c not sufficiently tested | zeertzjq | 2024-07-31 |
| | | | | | | | | | | | | Problem: eval.c not sufficiently tested Solution: Add a few more additional tests for eval.c, (Yegappan Lakshmanan) closes: vim/vim#14799 https://github.com/vim/vim/commit/4776e64e72de2976ff90b17d236e50e2b02c5540 Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com> | ||
* | test: move oldtests to test directory (#22536) | dundargoc | 2023-03-07 |
The new oldtest directory is in test/old/testdir. The reason for this is that many tests have hardcoded the parent directory name to be 'testdir'. |