mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00

- The previous commit lost information in the tests. Instead, add some more "normalization" substitutions in pcall_err(), so that the general shape of the stacktrace is included in the asserted text. - Eliminate contains(), it is redundant with matches()