mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-13 20:42:45 +08:00
Fix typo in tests
This commit is contained in:
parent
0047abbe7a
commit
90e916e164
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user