- Aug 14, 2021
-
-
Dominique Pelle authored
Problem: Some code not covered by tests. Solution: Add a few more tests. (Dominique Pellé, closes #8757)
-
- Jun 06, 2021
-
-
Bram Moolenaar authored
Problem: Substitute() accepts a number but not a float expression. Solution: Also accept a float. (closes #8331)
-
- May 03, 2021
-
-
Bram Moolenaar authored
Problem: Some comments are not correct or clear. Solution: Adjust the comments. Add test for cursor position.
-
- Sep 23, 2020
-
-
Bram Moolenaar authored
Problem: Failure to compile a pattern not tested much. Solution: Add tests where a pattern fails to compile. (Yegappan Lakshmanan, closes #7004)
-
- Sep 06, 2020
-
-
Bram Moolenaar authored
Problem: Crash when using submatch(0, 1) in substitute(). Solution: Increment reference count. (closes #6887)
-
- Sep 04, 2020
-
-
Bram Moolenaar authored
Problem: Tests do not check the error number properly.0 Solution: Add a colon after the error number. (closes #6869)
-
- Jul 11, 2020
-
-
Bram Moolenaar authored
Problem: assert_fails() checks the last error message. Solution: Check the first error, it is more relevant. Fix all the tests that rely on the old behavior.
-
- Apr 11, 2020
-
-
Bram Moolenaar authored
Problem: Regexp and other code not tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5904)
-
- Mar 30, 2020
-
-
Bram Moolenaar authored
Problem: Channel and sandbox code not sufficiently tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5855)
-
- Mar 25, 2020
-
-
Bram Moolenaar authored
Problem: Various functions not properly tested. Solution: Add more tests, especially for failures. (Yegappan Lakshmanan, closes #5843)
-
- Feb 11, 2020
-
-
Bram Moolenaar authored
Problem: Insufficient code coverage for ex_docmd.c functions. Solution: Add more tests. (Yegappan Lakshmanan, closes #5618)
-
- Feb 05, 2020
-
-
Bram Moolenaar authored
Problem: Missing search/substitute pattern hardly tested. Solution: Add test_clear_search_pat() and tests. (Yegappan Lakshmanan, closes #5579)
-
- Feb 02, 2020
-
-
Bram Moolenaar authored
Problem: Some Ex commands not sufficiently tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5565)
-
- Jan 29, 2020
-
-
Bram Moolenaar authored
Problem: Various commands not completely tested. Solution: Add more test cases. (Yegappan Lakshmanan, closes #5551)
-
- Nov 09, 2019
-
-
Bram Moolenaar authored
Problem: Crash when passing many arguments through a partial. (Andy Massimino) Solution: Check the number of arguments. (closes #5186)
-
Bram Moolenaar authored
Problem: Crash when passing partial to substitute(). Solution: Take extra arguments into account. (closes #5186)
-
- Oct 31, 2019
-
-
Bram Moolenaar authored
Problem: Ml_get error if pattern matches beyond last line. Solution: Adjust position if needed. (Christian Brabandt, closes #5139)
-
- Sep 07, 2019
-
-
Bram Moolenaar authored
Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
-
- Aug 31, 2019
-
-
Bram Moolenaar authored
Problem: Mouse double click test is a bit flaky. Solution: Add to list of flaky tests. Update a couple of comments.
-
- May 20, 2019
-
-
Bram Moolenaar authored
Problem: Buffer left 'nomodifiable' after :substitute. (Ingo Karkat) Solution: Save the value of 'modifiable' earlier' (Christian Brabandt, closes #4403)
-
- May 18, 2019
-
-
Bram Moolenaar authored
Problem: Stuck in sandbox with ":s/../\=Function/gn". Solution: Don't skip over code to restore sandbox. (Christian Brabandt)
-
- Apr 27, 2019
-
-
Bram Moolenaar authored
Problem: Old style tests. Solution: Move tests from test14 to new style test files. (Yegappan Lakshmanan, closes #4308)
-
- Mar 27, 2019
-
-
Bram Moolenaar authored
Problem: When substitute string throws error, substitute happens anyway. Solution: Skip substitution when aborting. (closes #4161)
-
- Feb 10, 2019
-
-
Bram Moolenaar authored
Problem: Substitute command inssuficiently tested. Solution: Add more test coverage. (Dominique Pelle)
-
Bram Moolenaar authored
Problem: The 'l' flag in :subsitute is sticky. Solution: Reset the flag. (Dominique Pelle, closes #3925)
-
- Jan 09, 2019
-
-
Bram Moolenaar authored
Problem: Test files still use function!. Solution: Remove the exclamation mark. Fix overwriting a function.
-
- Oct 26, 2017
-
-
Bram Moolenaar authored
Problem: Still too many old style tests. Solution: Convert a few more tests to new style. (Yegappan Lakshmanan, closes #2256)
-
- Aug 30, 2017
-
-
Bram Moolenaar authored
Problem: Test 80 is old style. Solution: Turn it into a new style test. (Yegappan Lakshmanan)
-
- Feb 26, 2017
-
-
Bram Moolenaar authored
Problem: Invalid memory access when using :sc in Ex mode. (Dominique Pelle) Solution: Avoid the column being negative. Also fix a hang in Ex mode.
-
- Feb 17, 2017
-
-
Bram Moolenaar authored
Problem: Flags of :substitute not sufficiently tested. Solution: Test up to two letter flag combinations. (James McCoy, closes #1479)
-
- Sep 02, 2016
-
-
Bram Moolenaar authored
Problem: Several tests are old style. Solution: Turn them into new style tests. (Yegappan Lakshmanan)
-