mirror of https://github.com/helix-editor/helix
minor: Rename '*' at eof integration test to be more specific
parent
ba4793fca0
commit
ccdb710431
|
@ -7,7 +7,7 @@ mod movement;
|
||||||
mod write;
|
mod write;
|
||||||
|
|
||||||
#[tokio::test(flavor = "multi_thread")]
|
#[tokio::test(flavor = "multi_thread")]
|
||||||
async fn after_the_final_char() -> anyhow::Result<()> {
|
async fn search_selection_detect_word_boundaries_at_eof() -> anyhow::Result<()> {
|
||||||
// <https://github.com/helix-editor/helix/issues/12609>
|
// <https://github.com/helix-editor/helix/issues/12609>
|
||||||
test((
|
test((
|
||||||
indoc! {"\
|
indoc! {"\
|
||||||
|
|
Loading…
Reference in New Issue