THARAK HEGDE
4c0089d696
patch 9.0.1677: typo in syntax test input file
...
Problem: Typo in syntax test input file.
Solution: Fix the typo and the expected dump files. (THARAK HEGDE,
closes #12635 )
2023-07-09 02:38:28 +01:00
Bram Moolenaar
79186bee78
patch 9.0.1657: one more syntax test depends on the system
...
Problem: One more syntax test depends on the system.
Solution: Use "dash" instead of "sh".
2023-06-24 01:35:51 +01:00
Bram Moolenaar
7d0dbd0070
patch 9.0.1656: syntax test fails when detected shell type differs
...
Problem: Syntax test fails when detected shell type differs.
Solution: Avoid using "/bin/sh", it depends on the system. Add a check that
the shell type detection is correct.
2023-06-24 00:56:50 +01:00
Bram Moolenaar
2f43ec9363
patch 9.0.1655: syntax test fails when Vim window is not tall enough
...
Problem: Syntax test fails when Vim window is not tall enough.
Solution: Make sure each terminal window is closed.
2023-06-23 22:59:26 +01:00
Bram Moolenaar
bd32e8ad8d
patch 9.0.1652: unclear why syntax test fails on Mac
...
Problem: Unclear why syntax test fails on Mac.
Solution: Echo v:errors when it's not empty.
2023-06-23 21:36:31 +01:00
Bram Moolenaar
c6530c9d68
patch 9.0.1649: syntax test failure causes script to abort
...
Problem: Syntax test failure causes script to abort.
Solution: Fix appending string to list.
2023-06-22 23:04:11 +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
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