diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2019-01-04 06:18:00 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2019-01-04 06:18:00 +0100 |
commit | 1db367a8e65a74277360a89885ff7d377b5feb8b (patch) | |
tree | e911cbe5e1b234e38cd68e63f4a4afea1495e980 /testsuite | |
parent | 6842c6062a201cc34a262b4c450cf8e1374e9e3a (diff) | |
download | busybox-w32-1db367a8e65a74277360a89885ff7d377b5feb8b.tar.gz busybox-w32-1db367a8e65a74277360a89885ff7d377b5feb8b.tar.bz2 busybox-w32-1db367a8e65a74277360a89885ff7d377b5feb8b.zip |
dc: fit returning of string
function old new delta
zxc_program_exec 4087 4098 +11
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/dc.tests | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/dc.tests b/testsuite/dc.tests index 87b1e71c3..1708a4835 100755 --- a/testsuite/dc.tests +++ b/testsuite/dc.tests | |||
@@ -46,6 +46,11 @@ testing "dc read" \ | |||
46 | "2\n9\n1\n" \ | 46 | "2\n9\n1\n" \ |
47 | "1?2\nf" "9\n" | 47 | "1?2\nf" "9\n" |
48 | 48 | ||
49 | testing "dc read string" \ | ||
50 | "dc -finput" \ | ||
51 | "2\nstr\n1\n" \ | ||
52 | "1?2\nf" "[str]\n" | ||
53 | |||
49 | optional FEATURE_DC_BIG | 54 | optional FEATURE_DC_BIG |
50 | # All tests below depend on FEATURE_DC_BIG | 55 | # All tests below depend on FEATURE_DC_BIG |
51 | 56 | ||