Bram Moolenaar
abc8130d6a
patch 9.0.1604: errors from the codestyle test are a bit confusing
...
Problem: Errors from the codestyle test are a bit confusing.
Solution: Use assert_report() with a clearer message. Avoid a warning for
an existing swap file.
2023-06-04 16:55:27 +01:00
Bram Moolenaar
bf63011a52
patch 9.0.1570: some tests are slow
...
Problem: Some tests are slow.
Solution: Make a few test cases faster.
2023-05-19 21:41:02 +01:00
Bram Moolenaar
c9471b1872
patch 9.0.1529: code style test doesn't check for space after "if"
...
Problem: Code style test doesn't check for space after "if".
Solution: Add a test for space.
2023-05-09 15:00:00 +01:00
h-east
d950984489
patch 9.0.1335: no test for bad use of spaces in help files
...
Problem: No test for bad use of spaces in help files.
Solution: Add checks for use of spaces in help files. Ignore intentional
spaces. (Hirohito Higashi, closes #11952 )
2023-02-21 13:33:17 +00:00
Bram Moolenaar
94722c5107
patch 9.0.1257: code style is not check in test scripts
...
Problem: Code style is not check in test scripts.
Solution: Add basic code style check for test files.
2023-01-28 19:19:03 +00:00
Bram Moolenaar
ebfec1c531
patch 9.0.1234: the code style has to be checked manually
...
Problem: The code style has to be checked manually.
Solution: Add basic code style checks in a test. Fix or avoid uncovered
problems.
2023-01-22 21:14:53 +00:00