fish-shell/tests/andandoror.err
ridiculousfish c7f16439bf Add support for ! as an analog to 'not'
! and not are effectively interchangeable now.
Mark them both as operators for syntax highlighting.
2018-03-05 14:04:49 -08:00

15 lines
224 B
Text

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