mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-28 09:54:33 +00:00
parent
bbf5ed2ba1
commit
9300dbc834
1 changed files with 1 additions and 1 deletions
|
@ -757,7 +757,7 @@ mod test {
|
||||||
|
|
||||||
cx.simulate_shared_keystrokes(": j enter").await;
|
cx.simulate_shared_keystrokes(": j enter").await;
|
||||||
|
|
||||||
// hack: our cursor positionining after a join command is wrong
|
// hack: our cursor positioning after a join command is wrong
|
||||||
cx.simulate_shared_keystrokes("^").await;
|
cx.simulate_shared_keystrokes("^").await;
|
||||||
cx.shared_state().await.assert_eq(indoc! {
|
cx.shared_state().await.assert_eq(indoc! {
|
||||||
"ˇa b
|
"ˇa b
|
||||||
|
|
Loading…
Reference in a new issue