Better fixture highlight

This commit is contained in:
Aleksey Kladov 2021-01-07 18:21:00 +03:00
parent 7967ce85cf
commit f459375f48
7 changed files with 140 additions and 18 deletions

View file

@ -26,6 +26,7 @@ pub use rustc_hash::FxHashMap;
pub use crate::fixture::Fixture;
pub const CURSOR_MARKER: &str = "$0";
pub const ESCAPED_CURSOR_MARKER: &str = "\\$0";
/// Asserts that two strings are equal, otherwise displays a rich diff between them.
///