summaryrefslogtreecommitdiff
path: root/src/testdir/README.txt
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.0.1526: no test using a screen dump yetv8.0.1526Bram Moolenaar2018-02-201-0/+6
| | | | | Problem: No test using a screen dump yet. Solution: Add a test for C syntax highlighting. Add helper functions.
* patch 8.0.0164: outdated and misplaced commentsv8.0.0164Bram Moolenaar2017-01-101-3/+3
| | | | | Problem: Outdated and misplaced comments. Solution: Fix the comments.
* patch 7.4.2321v7.4.2321Bram Moolenaar2016-09-031-1/+4
| | | | | | Problem: When a test is commented out we forget about it. Solution: Let a test throw an exception with "Skipped" and list skipped test functions. (Christian Brabandt)
* patch 7.4.2228v7.4.2228Bram Moolenaar2016-08-181-2/+3
| | | | | Problem: Test files have inconsistant modelines. Solution: Don't set 'tabstop' to 2, use 'sts' and 'sw'.
* patch 7.4.1897v7.4.1897Bram Moolenaar2016-06-041-2/+3
| | | | | Problem: Various typos, long lines and style mistakes. Solution: Fix the typos, wrap lines, improve style.
* patch 7.4.1300v7.4.1300Bram Moolenaar2016-02-101-0/+3
| | | | | Problem: Cannot test CursorMovedI because there is typeahead. Solution: Add disable_char_avail_for_testing().
* patch 7.4.1060v7.4.1060Bram Moolenaar2016-01-071-12/+33
| | | | | Problem: Instructions for writing tests are outdated. Solution: Mention Make_all.mak. Add steps for new style tests.
* patch 7.4.1041v7.4.1041Bram Moolenaar2016-01-031-0/+2
| | | | | Problem: Various small things. Solution: Add file to list of distributed files. Adjust README. Fix typo.
* updated for version 7.4.420v7.4.420Bram Moolenaar2014-08-291-0/+18
Problem: It's not obvious how to add a new test. Solution: Add a README file. (Christian Brabandt)