Fix typo in tests

This commit is contained in:
ccoVeille 2025-01-19 21:35:55 +01:00 committed by Peter Ammon
parent 0047abbe7a
commit 90e916e164
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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