aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/misc.test5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/misc.test b/tests/misc.test
index cb46591..e44106c 100644
--- a/tests/misc.test
+++ b/tests/misc.test
@@ -25,10 +25,15 @@ test regr-1.3 "Invalid for expression" {
for {set i 0} {$i < n} {incr i} {
set a(b) $i
set a(c) $i
+ break
}
}
} 1
+test regr-1.4 "format double percent" {
+ format (%d%%) 12
+} {(12%)}
+
section "I/O Testing"
test io-1.1 "Read last line with no newline" {