mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
add tests for the not-quite-fixed #5812
This commit is contained in:
parent
8ca2641857
commit
d0735882a3
@ -39,3 +39,6 @@ fish: Unexpected '}' for unopened brace expansion
|
||||
echo {}}
|
||||
^
|
||||
|
||||
fish: Command substitutions not allowed
|
||||
command (asd)
|
||||
^
|
||||
|
@ -153,4 +153,6 @@ logmsg Test fatal syntax errors
|
||||
../test/root/bin/fish -c 'echo $,foo'
|
||||
../test/root/bin/fish -c 'echo {'
|
||||
../test/root/bin/fish -c 'echo {}}'
|
||||
true
|
||||
# The output for this is wrong in non-interactive mode and will need fixing when #5812 is fixed
|
||||
../test/root/bin/fish -c 'command (asd)'
|
||||
true
|
||||
|
Loading…
x
Reference in New Issue
Block a user