Placate spell checker

This commit is contained in:
Richard Feldman
2025-07-01 16:01:53 -04:00
parent 6e19923c27
commit 45fd87e63a

View File

@@ -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 {