From 151e3f782333acbe349fdaac3ec843e42e95be3f Mon Sep 17 00:00:00 2001 From: Gavin Howard Date: Wed, 8 Aug 2018 00:15:50 -0600 Subject: Add bc (and its tests) to pending --- tests/files/bc/basic.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/files/bc/basic.txt (limited to 'tests/files/bc/basic.txt') diff --git a/tests/files/bc/basic.txt b/tests/files/bc/basic.txt new file mode 100644 index 00000000..f3d957a2 --- /dev/null +++ b/tests/files/bc/basic.txt @@ -0,0 +1,7 @@ +scale=10;123981239.981273987 * 12983791827398.29836472638 +scale=100;759634576394.3946587934658364895 / 9834759834895386.36459364958346 +34895734986539489834759837489573498573.398475984759837485734987598345 + 9823749832749872384234872934.28347982374987239847982374 +a=123123123.987239874; b=123123123.239479823748; a+b +20347023.23498723984 - 28934723874.234720384 +scale=100;a=739534985.895347284957;b=238746782364.2374623784; c = a / b; c+0 + -- cgit v1.2.3