aboutsummaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2019-01-04 05:41:47 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2019-01-04 05:41:47 +0100
commit6842c6062a201cc34a262b4c450cf8e1374e9e3a (patch)
treee065483955285b3a6fdc3748c067efc2f0e2f3b7 /testsuite
parent377cc97b193204595d00a0b8d0d2b52c2d596586 (diff)
downloadbusybox-w32-6842c6062a201cc34a262b4c450cf8e1374e9e3a.tar.gz
busybox-w32-6842c6062a201cc34a262b4c450cf8e1374e9e3a.tar.bz2
busybox-w32-6842c6062a201cc34a262b4c450cf8e1374e9e3a.zip
dc: fix '?'
function old new delta zdc_parse_expr 470 479 +9 zxc_vm_process 839 814 -25 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/1 up/down: 9/-25) Total: -16 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/dc.tests5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/dc.tests b/testsuite/dc.tests
index 29b413cad..87b1e71c3 100755
--- a/testsuite/dc.tests
+++ b/testsuite/dc.tests
@@ -41,6 +41,11 @@ testing "dc complex without spaces (multiple args)" \
41 "16\n" \ 41 "16\n" \
42 "" "" 42 "" ""
43 43
44testing "dc read" \
45 "dc -finput" \
46 "2\n9\n1\n" \
47 "1?2\nf" "9\n"
48
44optional FEATURE_DC_BIG 49optional FEATURE_DC_BIG
45# All tests below depend on FEATURE_DC_BIG 50# All tests below depend on FEATURE_DC_BIG
46 51