aboutsummaryrefslogtreecommitdiff
path: root/testsuite/bc.tests
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2018-12-31 19:42:13 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2019-02-14 14:40:57 +0100
commit8a7411fcc875711663b7e5439f86a3184e0cb863 (patch)
treefc1108d6e25b9051c79e37c720daf05a888c8566 /testsuite/bc.tests
parent07c8b240d5621c5f50d2b27aa204ea643060de6b (diff)
downloadbusybox-w32-8a7411fcc875711663b7e5439f86a3184e0cb863.tar.gz
busybox-w32-8a7411fcc875711663b7e5439f86a3184e0cb863.tar.bz2
busybox-w32-8a7411fcc875711663b7e5439f86a3184e0cb863.zip
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 '')
-rwxr-xr-xtestsuite/bc.tests5
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++) {
21899 21899
219" 219"
220 220
221testing "bc ibase" \
222 "bc" \
223 "99\n1295\n1224\n" \
224 "" "a=ZZ;a;ibase=36;a=ZZ;a;ibase=Z;a=ZZ;a"
225
221tar xJf bc_large.tar.xz 226tar xJf bc_large.tar.xz
222 227
223for f in bc*.bc; do 228for f in bc*.bc; do