Denys Vlasenko
|
62e433131b
shell: enable more tests which are passing now
|
%!s(int64=3) %!d(string=hai) anos |
Denys Vlasenko
|
d84a604830
shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7)
|
%!s(int64=3) %!d(string=hai) anos |
Denys Vlasenko
|
f19e3c1c6c
shell: handle $((NUM++...) like bash does. Closes 10706
|
%!s(int64=6) %!d(string=hai) anos |
Denys Vlasenko
|
bed7c81ea2
shell/math: deconvolute and explain ?: handling. Give better error message
|
%!s(int64=14) %!d(string=hai) anos |
Denys Vlasenko
|
063847d6bd
shell/math: return string error indicator, not integer
|
%!s(int64=14) %!d(string=hai) anos |
Denis Vlasenko
|
1c660b4bd2
small ash testsuite, adapted from bash
|
%!s(int64=17) %!d(string=hai) anos |