diff options
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/bc.tests | 5 |
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 | ||
190 | testing "bc comparison 1" \ | ||
191 | "bc" \ | ||
192 | "1\n" \ | ||
193 | "" "-10 < -9" | ||
194 | |||
190 | testing "bc nested loops and breaks" \ | 195 | testing "bc nested loops and breaks" \ |
191 | "bc" \ | 196 | "bc" \ |
192 | "\ | 197 | "\ |