mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 23:21:15 -03:00
@@ -102,6 +102,11 @@ $fish -c '{ :; } true'
|
||||
# CHECKERR: { :; } true
|
||||
# CHECKERR: ^~~^
|
||||
|
||||
$fish -c '{$HOME}/bin'
|
||||
# CHECKERR: fish: '}' does not take arguments. Did you forget a ';'?
|
||||
# CHECKERR: {$HOME}/bin
|
||||
# CHECKERR: ^~~^
|
||||
|
||||
; { echo semi; }
|
||||
# CHECK: semi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user