blob: d1f670af602245efd630bc6f521096935573091b [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'
Denys Vlasenko675d24a2018-01-27 22:02:05 +01006./mode_x.tests: line 10: this=command: not found
Denys Vlasenko42ba7572017-07-21 13:20:14 +02007+ true
8+ true
9+ 'if' true
Denys Vlasenko675d24a2018-01-27 22:02:05 +010010./mode_x.tests: line 14: if: not found