Files
neovim/test/functional
Justin M. Keyes af4f7f1618 test: multiline assert_log()
Problem:
assert_log() only matches single lines. This was never an intentional
decision, it was merely a result of using read_file_list().

Note: any tests that indiscriminately match `.*` should be rewritten to
avoid (unlikely) "false positives". I checked all existing tests.

Solution:
Change assert_log() to match the concatenated lines instead of matching
per-line.
2025-05-04 10:35:07 -04:00
..
2025-04-27 13:40:46 -07:00
2025-03-26 14:48:09 +01:00
2025-05-04 10:35:07 -04:00
2025-03-02 14:27:52 -08:00
2024-04-23 18:17:04 +02:00