fish-shell/tests/andandoror.err
ridiculousfish e1dafeab01 Add && and || support to the conditions of if and while
This updates the "boolean tail" feature of the if and while conditions
to know about job_conjunction, thereby respecting && and ||
2018-03-05 13:39:36 -08:00

13 lines
195 B
Plaintext

####################
# Basic && and || support
####################
# && and || in if statements
####################
# && and || in while statements
####################
# Complex scenarios