mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 13:23:09 +00:00
fixup! 2
That'll teach me
This commit is contained in:
parent
cb48ab882c
commit
b8424e425f
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ echo "Back to normal variable: $testvar" (count $testvar)
|
|||
|
||||
# Test fatal syntax errors
|
||||
$fish -c 'echo $,foo'
|
||||
#CHECKERR: fish: $, is not a valid variable in fish.
|
||||
#CHECKERR: fish: Expected a variable name after this $.
|
||||
#CHECKERR: echo $,foo
|
||||
#CHECKERR: ^
|
||||
$fish -c 'echo {'
|
||||
|
|
Loading…
Reference in a new issue