fix error with reverse range marked text ranges

This commit is contained in:
Keith Simmons 2022-07-05 16:44:45 -07:00
parent 1f3dc2f534
commit 956dd0c2bc
2 changed files with 4 additions and 1 deletions

View file

@ -1181,4 +1181,7 @@ mod test {
fox jumps|jumps over
the lazy dog"});
}
#[gpui::test]
async fn test_
}