bkslash_newline1.tests 102 B

12345678
  1. echo and1 &\
  2. & echo and2
  3. echo or1 |\
  4. | echo NOT SHOWN
  5. case w in a) echo SKIP;\
  6. ; w) echo ok;; esac;