miette/miette-derive
Brooks Rady 6e829f8c0c
fix(tests): revert test-breaking changes of e5c7ae4 (#339)
The commit e5c7ae4 seemed to (potentially erronously?) remove a number of
spaces following the left `|` bar of some graphical report handler tests.
That change had no effect on the `syntax_highlighter_on_real_file()`
test, presumably because the trailing whitespace is removed by
`strip_ansi_escapes::strip_str()`, but it did break the
`triple_adjacent_highlight()` and `non_adjacent_hightlight()` tests.
Restoring the spaces removed in e5c7ae4 fixes the failing tests on main.

* fix(ci): move from minimal-versions to direct-minimal-versions
2024-02-07 10:17:42 -08:00
..
src feat(derive): Allow optional sources in derive (#301) 2023-10-20 20:50:15 -07:00
Cargo.toml fix(tests): revert test-breaking changes of e5c7ae4 (#339) 2024-02-07 10:17:42 -08:00
LICENSE feat(derive): added basic derive macro 2021-08-15 11:49:02 -07:00