Create valid disjoint selection sets in selections_in_ranges
This commit is contained in:
parent
efc85d1b75
commit
f3cd710f21
2 changed files with 21 additions and 18 deletions
|
@ -3323,7 +3323,7 @@ mod tests {
|
|||
|
||||
#[gpui::test]
|
||||
async fn test_buffer_file_changes_on_disk(mut cx: gpui::TestAppContext) {
|
||||
use buffer::{Point, Selection, SelectionGoal, ToPoint};
|
||||
use buffer::{Point, Selection, SelectionGoal};
|
||||
use std::fs;
|
||||
|
||||
let initial_contents = "aaa\nbbbbb\nc\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue