diff options
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 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 | ||
44 | testing "dc read" \ | ||
45 | "dc -finput" \ | ||
46 | "2\n9\n1\n" \ | ||
47 | "1?2\nf" "9\n" | ||
48 | |||
44 | optional FEATURE_DC_BIG | 49 | optional FEATURE_DC_BIG |
45 | # All tests below depend on FEATURE_DC_BIG | 50 | # All tests below depend on FEATURE_DC_BIG |
46 | 51 | ||