mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 03:51:14 -03:00
Point wildcard error at a more specific help section
"Expansion" covers *all* the expansions, that's a bit of a handful. Directly point people towards globbing.
This commit is contained in:
@@ -88,7 +88,7 @@ switch $smurf
|
||||
case "*"
|
||||
echo Test 2 fail
|
||||
end
|
||||
#CHECKERR: {{.*}}switch.fish (line {{\d+}}): No matches for wildcard '*ee*'. See `help expand`.
|
||||
#CHECKERR: {{.*}}switch.fish (line {{\d+}}): No matches for wildcard '*ee*'. See `help wildcards-globbing`.
|
||||
#CHECKERR: case *ee*
|
||||
#CHECKERR: ^
|
||||
#CHECK: Test 2 pass
|
||||
|
||||
Reference in New Issue
Block a user