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>
This commit is contained in:
Denys Vlasenko
2018-12-31 19:42:13 +01:00
parent 2747f6195b
commit 680ccd3573
2 changed files with 36 additions and 19 deletions

View File

@@ -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