This commit is contained in:
Fabian Boehm 2022-11-15 19:03:06 +01:00
parent 0f8b9699a1
commit cb48ab882c

View file

@ -57,7 +57,7 @@ $fish -c "set -g fish_function_path $(string escape $TMPDIR); this_should_be_an_
# CHECKERR: ^~~~~~~~~~~~~~~~~~~~~~^
$fish -c 'echo {$}'
# CHECKERR: fish: Expected a variable name after this $. <= no more checks
# CHECKERR: fish: Expected a variable name after this $.
# CHECKERR: echo {$}
# CHECKERR: ^