From 90e916e164d21d0354ce32c4bf3421cf11a4ca95 Mon Sep 17 00:00:00 2001 From: ccoVeille <3875889+ccoVeille@users.noreply.github.com> Date: Sun, 19 Jan 2025 21:35:55 +0100 Subject: [PATCH] Fix typo in tests --- tests/checks/argparse.fish | 4 ++-- tests/checks/complete.fish | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/checks/argparse.fish b/tests/checks/argparse.fish index 218619957..fe5f86ef8 100644 --- a/tests/checks/argparse.fish +++ b/tests/checks/argparse.fish @@ -278,9 +278,9 @@ end # Implicit int flag validation fails argparse 'm#max' -- argle --max 765x bargle -and echo unxpected argparse return status >&2 +and echo unexpected argparse return status >&2 argparse 'm#max' -- argle -ma1 bargle -and echo unxpected argparse return status >&2 +and echo unexpected argparse return status >&2 # CHECKERR: argparse: Value '765x' for flag 'max' is not an integer # CHECKERR: argparse: Value 'a1' for flag 'm' is not an integer diff --git a/tests/checks/complete.fish b/tests/checks/complete.fish index 35f190bc0..0330eced8 100644 --- a/tests/checks/complete.fish +++ b/tests/checks/complete.fish @@ -411,7 +411,7 @@ complete -c fudge -f complete -c fudge -n '__fish_seen_subcommand_from eat' -F complete -C'fudge eat yummyin' # CHECK: yummyinmytummy -complete -C"echo no commpletion inside comment # " +complete -C"echo no completion inside comment # " cd - rm -r $dir