Bram Moolenaar
10c1dbc06a
patch 9.0.1651: unclear why syntax test fails on Mac
...
Problem: Unclear why syntax test fails on Mac.
Solution: Temporarily show the whole "messages" file.
2023-06-23 19:37:19 +01:00
Bram Moolenaar
031d632188
patch 9.0.1648: result of syntax tests is hard to see
...
Problem: Result of syntax tests is hard to see.
Solution: List the failed tests.
2023-06-22 22:38:54 +01:00
Bram Moolenaar
1aa5f1c21f
patch 9.0.1647: insufficient testing for syntax plugins
...
Problem: Insufficient testing for syntax plugins.
Solution: Add shell file examples. (Charles Campbell) Create a messages
file for easier debugging and reporting the test results.
2023-06-22 21:57:51 +01:00
K.Takata
d5b952a871
patch 9.0.1628: syntax tests fail on FreeBSD
...
Problem: Syntax tests fail on FreeBSD.
Solution: Pass the Vim executable path with VIMPROG. (Ken Takata,
closes #12535 ) Adjust the paths.
2023-06-13 22:44:57 +01:00
Bram Moolenaar
46acad7284
patch 9.0.1627: no generic mechanism to test syntax plugins
...
Problem: No generic mechanism to test syntax plugins.
Solution: Add a syntax plugin test mechanism, using screendumps. Add a
simple test for "c".
2023-06-11 19:04:18 +01:00