Aliaksei Budavei | d2f4987 | 2024-05-24 19:14:16 +0300 | [diff] [blame] | 1 | The test files with made-up syntax in this directory serve for additional |
| 2 | linewise checks to be manually performed whenever the algorithm managing |
| 3 | screen dump file generation is modified (../../runtest.vim#RunTest()). |
| 4 | |
| 5 | This is mainly used for debugging and testing the syntax test suite. |
| 6 | |
| 7 | Please test any changes as follows: |
| 8 | cd runtime/syntax/ |
Aliaksei Budavei | ec02294 | 2024-10-06 16:57:33 +0200 | [diff] [blame] | 9 | make clean self-testing test |
Aliaksei Budavei | d2f4987 | 2024-05-24 19:14:16 +0300 | [diff] [blame] | 10 | |