Update all links point to community
This commit is contained in:
parent
6c555fe13c
commit
40dbe15b2a
10 changed files with 14 additions and 14 deletions
|
@ -146,7 +146,7 @@ async fn test_end_of_document_710(cx: &mut gpui::TestAppContext) {
|
|||
cx.simulate_keystrokes(["shift-g"]);
|
||||
cx.assert_editor_state("aa\nbb\ncˇc");
|
||||
|
||||
// can go to line 1 (https://github.com/zed-industries/community/issues/710)
|
||||
// can go to line 1 (https://github.com/zed-industries/zed/issues/5812)
|
||||
cx.simulate_keystrokes(["1", "shift-g"]);
|
||||
cx.assert_editor_state("aˇa\nbb\ncc");
|
||||
}
|
||||
|
|
|
@ -899,7 +899,7 @@ mod test {
|
|||
})
|
||||
.await;
|
||||
|
||||
//https://github.com/zed-industries/community/issues/1950
|
||||
// https://github.com/zed-industries/zed/issues/6274
|
||||
cx.set_shared_state(indoc! {
|
||||
"Theˇ quick brown
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue