Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-14 | shell/math: fix nested ?: and do not parse variables in not-taken branch | Denys Vlasenko | |
Fixes arith-ternary1.tests and arith-ternary_nested.tests function old new delta evaluate_string 1043 1101 +58 arith_apply 1087 1137 +50 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 2/0 up/down: 108/0) Total: 108 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2023-06-13 | shell: add a few yet-failing arithmentic tests | Denys Vlasenko | |
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |