summaryrefslogtreecommitdiffstats
path: root/tests/itemdesc.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/itemdesc.test')
-rw-r--r--tests/itemdesc.test6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/itemdesc.test b/tests/itemdesc.test
index ed18109..f49fd3e 100644
--- a/tests/itemdesc.test
+++ b/tests/itemdesc.test
@@ -10,7 +10,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: itemdesc.test,v 1.1 2006/10/29 02:39:45 treectrl Exp $
+# RCS: @(#) $Id: itemdesc.test,v 1.2 2006/11/18 04:43:23 treectrl Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest 2
@@ -35,6 +35,10 @@ test itemdesc-1.1 {bogus itemdesc} -body {
.t item id ""
} -returnCodes error -result {bad item description ""}
+test itemdesc-1.1.1 {bogus itemdesc} -body {
+ .t item id "\{all"
+} -returnCodes error -result "bad item description \"\{all\""
+
test itemdesc-1.2 {all} -setup {
.t item create -count 10
} -body {