also colapse current selection during test

pull/10905/head
Sam Vente 6 months ago
parent 7395929910
commit 90748f7032
No known key found for this signature in database

@ -81,7 +81,9 @@ async fn bookmark() -> anyhow::Result<()> {
#(|Lorem)# #(|Lorem)#
ipsum" ipsum"
}, },
":register_mark<space>1<ret>casdf<esc>:goto_mark<space>1<ret>", // make a mark, make changes to the doc, colapse selection by going to end of doc
// then resore mark and see the selection is still good
":register_mark<space>1<ret>casdf<esc>ge:goto_mark<space>1<ret>",
indoc! {"\ indoc! {"\
#[|asdf]# #[|asdf]#
ipsum ipsum

Loading…
Cancel
Save