Allow refreshing worktree entries while the initial scan is in-progress

This commit is contained in:
Max Brunsfeld 2023-03-21 11:53:04 -07:00
parent b10b0dbd75
commit 5da2b123b5
2 changed files with 302 additions and 284 deletions

View file

@ -809,7 +809,6 @@ fn test_enclosing_bracket_ranges_where_brackets_are_not_outermost_children(
}"}],
);
eprintln!("-----------------------");
// Regression test: even though the parent node of the parentheses (the for loop) does
// intersect the given range, the parentheses themselves do not contain the range, so
// they should not be returned. Only the curly braces contain the range.