From: Denys Vlasenko Date: Tue, 25 Dec 2018 19:50:41 +0000 (+0100) Subject: dc: add two tests X-Git-Tag: 1_30_0~34 X-Git-Url: https://git.librecmc.org/?p=oweals%2Fbusybox.git;a=commitdiff_plain;h=8fac1c77401478855fd0ac1a7fa64c371bd735cb dc: add two tests Signed-off-by: Denys Vlasenko --- diff --git a/testsuite/dc.tests b/testsuite/dc.tests index cb2dcbc23..2756608f7 100755 --- a/testsuite/dc.tests +++ b/testsuite/dc.tests @@ -56,6 +56,16 @@ testing "dc '>aeb' (conditional execute string with else)" \ "2\n9\n" \ "" "[1p]sa [2p]sb 2 1>aeb\n9p" +testing "dc space can be a register" \ + "dc" \ + "2\n9\n" \ + "" "[2p]s \n[3p]\nl x\n9p" + +testing "dc newline can be a register" \ + "dc" \ + "2\n9\n" \ + "" "[2p]s\n[3p]l\nx\n9p" + for f in dc_*.dc; do r="`basename "$f" .dc`_results.txt" test -f "$r" || continue