mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
Better fixture highlight
This commit is contained in:
parent
7967ce85cf
commit
f459375f48
7 changed files with 140 additions and 18 deletions
|
@ -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.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue