neovim/test/busted/outputHandlers
Justin M. Keyes 9d5d72c388
fix(test runner): handle nil in no-colors output handler #15679
Problem:
13748512f6 #15610 The no-colors codepath of the nvim.lua test output
handler does not handle nil, leading to weird symptoms if e.g. a test
has a syntax error:

    test/busted/outputHandlers/nvim.lua:105: attempt to concatenate a nil value

Solution:
Coerce to string in no-colors handler.
2021-09-16 11:42:00 -07:00
..
nvim.lua fix(test runner): handle nil in no-colors output handler #15679 2021-09-16 11:42:00 -07:00
TAP.lua test/LSP: assert contents of log file 2020-02-16 22:09:28 -08:00