aboutsummaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/bc.tests5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/bc.tests b/testsuite/bc.tests
index 95cc28dad..36baeea89 100755
--- a/testsuite/bc.tests
+++ b/testsuite/bc.tests
@@ -61,6 +61,11 @@ testing "bc if(cond)<NL>" \
61 "9\n" \ 61 "9\n" \
62 "" "if(0)\n3\n9" 62 "" "if(0)\n3\n9"
63 63
64testing "bc if(cond) stmt else<NL>" \
65 "bc" \
66 "4\n9\n" \
67 "" "if(0)3 else\n4\n9"
68
64testing "bc while(cond)<NL>" \ 69testing "bc while(cond)<NL>" \
65 "bc" \ 70 "bc" \
66 "8\n7\n6\n5\n4\n3\n2\n1\n9\n" \ 71 "8\n7\n6\n5\n4\n3\n2\n1\n9\n" \