mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
minor: Rename '*' at eof integration test to be more specific
This commit is contained in:
parent
ba4793fca0
commit
ccdb710431
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue