Closed calavera closed 9 months ago
The two failing tests also fail in main
. I don't know what they're about.
failures:
non_adjacent_highlight
triple_adjacent_highlight
They're minor issues--miette is outputting whitespace before the newline but autoformatting editors (like mine) remove trailing whitespace, so the strings end up not exactly matching. There's no actual problem. Merged :)
This option allows to globally change the default
(link)
display text with any other text provider by users.I investigated if it was possible to change the display text per error, but I was not sold of any option I tried. I think this is a pretty simple addition that can help people like me that just want to change this text for all the errors.
Fixes #331