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:
Joseph T. Lyons 2025-07-24 02:52:02 -04:00 committed by GitHub
parent 34bf6ebba6
commit ddd50aabba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 264 additions and 78 deletions

View file

@ -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;