Fix some bugs with editor: diff clipboard with selection
(#34999)
Improves testing around `editor: diff clipboard with selection` as well. Release Notes: - Fixed some bugs with `editor: diff clipboard with selection`
This commit is contained in:
parent
34bf6ebba6
commit
ddd50aabba
2 changed files with 264 additions and 78 deletions
|
@ -16864,7 +16864,7 @@ async fn test_multibuffer_reverts(cx: &mut TestAppContext) {
|
|||
}
|
||||
|
||||
#[gpui::test]
|
||||
async fn test_mutlibuffer_in_navigation_history(cx: &mut TestAppContext) {
|
||||
async fn test_multibuffer_in_navigation_history(cx: &mut TestAppContext) {
|
||||
init_test(cx, |_| {});
|
||||
|
||||
let cols = 4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue