From 45fd87e63af78cdeede6a909dff5a7e2b7c6bfb2 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Tue, 1 Jul 2025 16:01:53 -0400 Subject: [PATCH] Placate spell checker --- crates/editor/src/display_map/inlay_map.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/editor/src/display_map/inlay_map.rs b/crates/editor/src/display_map/inlay_map.rs index 159dfaf5ff..6343ca9331 100644 --- a/crates/editor/src/display_map/inlay_map.rs +++ b/crates/editor/src/display_map/inlay_map.rs @@ -2043,8 +2043,8 @@ mod tests { }, TestCase { inlay_text: "Hello", - highlight_range: 0..3, - expected_highlighted: "Hel", + highlight_range: 0..2, + expected_highlighted: "He", description: "ASCII only - no adjustment needed", }, TestCase {