Denys Vlasenko | 42ba757 | 2017-07-21 13:20:14 +0200 | [diff] [blame^] | 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 1: this=command: not found | ||||
7 | + true | ||||
8 | + true | ||||
9 | + 'if' true | ||||
10 | ./mode_x.tests: line 1: if: not found |