blob: c2dd3550c4852df32ee3df354c33078bcdd34a1d [file] [log] [blame]
Denys Vlasenko42ba7572017-07-21 13:20:14 +02001+ 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 1: this=command: not found
7+ true
8+ true
9+ 'if' true
10./mode_x.tests: line 1: if: not found