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 3fde60a2c..179d5d2a2 100755
--- a/testsuite/bc.tests
+++ b/testsuite/bc.tests
@@ -187,6 +187,11 @@ testing "bc { print 1 }" \
187 "1" \ 187 "1" \
188 "" "{ print 1 }" 188 "" "{ print 1 }"
189 189
190testing "bc comparison 1" \
191 "bc" \
192 "1\n" \
193 "" "-10 < -9"
194
190testing "bc nested loops and breaks" \ 195testing "bc nested loops and breaks" \
191 "bc" \ 196 "bc" \
192 "\ 197 "\