summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorDenys Vlasenko2019-01-04 05:41:47 +0100
committerDenys Vlasenko2019-02-14 14:40:57 +0100
commitd2651fb775df3a81058d3b39baf2431083da179f (patch)
treeff58abe62ba37c34e8ea1e8993f3625a520d0c36 /testsuite
parentfb001145e1a7363a40a69592e0c1426dd24eb84f (diff)
downloadbusybox-d2651fb775df3a81058d3b39baf2431083da179f.zip
busybox-d2651fb775df3a81058d3b39baf2431083da179f.tar.gz
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 29b413c..87b1e71 100755
--- a/testsuite/dc.tests
+++ b/testsuite/dc.tests
@@ -41,6 +41,11 @@ testing "dc complex without spaces (multiple args)" \
"16\n" \
"" ""
+testing "dc read" \
+ "dc -finput" \
+ "2\n9\n1\n" \
+ "1?2\nf" "9\n"
+
optional FEATURE_DC_BIG
# All tests below depend on FEATURE_DC_BIG