aboutsummaryrefslogtreecommitdiff
path: root/testsuite/bc.tests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/bc.tests')
-rwxr-xr-xtestsuite/bc.tests5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/bc.tests b/testsuite/bc.tests
index d057bea17..e0a45a8bd 100755
--- a/testsuite/bc.tests
+++ b/testsuite/bc.tests
@@ -76,6 +76,11 @@ testing "bc print 1,2,3" \
76 "123" \ 76 "123" \
77 "" "print 1,2,3" 77 "" "print 1,2,3"
78 78
79testing "bc { print 1 }" \
80 "bc" \
81 "1" \
82 "" "{ print 1 }"
83
79testing "bc nested loops and breaks" \ 84testing "bc nested loops and breaks" \
80 "bc" \ 85 "bc" \
81 "\ 86 "\