This commit is contained in:
Conrad Irwin 2023-08-16 12:03:29 -06:00
parent 7f06191c9f
commit 7598030102
6 changed files with 63 additions and 76 deletions

View file

@ -520,5 +520,5 @@ fn encode_ranges(text: &str, point_ranges: &Vec<Range<Point>>) -> String {
byte_range
})
.collect::<Vec<_>>();
util::test::generate_marked_text(text, &byte_ranges[..], true);
util::test::generate_marked_text(text, &byte_ranges[..], true)
}