diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-12-31 19:42:13 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-12-31 19:42:13 +0100 |
commit | 680ccd357395ad081afe821ffbeef1ff338fe41d (patch) | |
tree | b6c8622f8f221c5691346fe9ec4ff31ecbc74d8d /testsuite/bc.tests | |
parent | 2747f6195b94db6c1adf2eae243df5c0a01d39f2 (diff) |
bc: support ibase up to 36 (GNU compat)
function old new delta
zxc_program_num 995 1018 +23
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/bc.tests')
-rwxr-xr-x | testsuite/bc.tests | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/bc.tests b/testsuite/bc.tests index 3fbb49996..1d4545559 100755 --- a/testsuite/bc.tests +++ b/testsuite/bc.tests @@ -218,6 +218,11 @@ for(i=1; i<3; i++) { 99 " +testing "bc ibase" \ + "bc" \ + "99\n1295\n1224\n" \ + "" "a=ZZ;a;ibase=36;a=ZZ;a;ibase=Z;a=ZZ;a" + tar xJf bc_large.tar.xz for f in bc*.bc; do |