3
0

mode_x.right 214 B

12345678910
  1. + var1=val
  2. + var2='one two'
  3. + true '%s\n' one 'two '"'"'three' four
  4. + this=command
  5. + 'this=command'
  6. ./mode_x.tests: line 10: this=command: not found
  7. + true
  8. + true
  9. + 'if' true
  10. ./mode_x.tests: line 14: if: not found