mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-28 20:34:07 +08:00
10 lines
220 B
Fish
10 lines
220 B
Fish
|
#RUN: %fish %s
|
||
|
|
||
|
set -xl LANG C # uniform quotes
|
||
|
|
||
|
eval 'true | and'
|
||
|
# CHECKERR: {{.*}}: The 'and' command can not be used in a pipeline
|
||
|
|
||
|
eval 'true | or'
|
||
|
# CHECKERR: {{.*}}: The 'or' command can not be used in a pipeline
|