hush: more rodust detection of unterminated strings etc;
[oweals/busybox.git] / shell / hush_test / hush-misc / assignment2.tests
1 # This must not be interpreted as an assignment
2 a''=b true
3 echo $?
4 # (buglet: $? should be 127. it is currently 1)