mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 02:31:18 -03:00
[tests] Fix test to reflect whitespace changes to error message
This commit is contained in:
@@ -108,8 +108,7 @@ test "$name3[3..-1]" = "$name3a[2..-1]"; and echo "3 = 3a"
|
||||
function test
|
||||
echo banana
|
||||
end
|
||||
#CHECKERR: {{.*}}checks/function.fish (line {{\d+}}): function: The name 'test' is reserved,
|
||||
#CHECKERR: and can not be used as a function name
|
||||
#CHECKERR: {{.*}}checks/function.fish (line {{\d+}}): function: The name 'test' is reserved, and cannot be used as a function name
|
||||
#CHECKERR: function test
|
||||
#CHECKERR: ^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user