summaryrefslogtreecommitdiffstats
path: root/tests/subst.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-07-27 20:29:42 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-07-27 20:29:42 (GMT)
commit83bd34e627b2f9c0c0b5fe3917e82f3428dc9565 (patch)
tree826d164504d73a621e72379ab5694256271b4c28 /tests/subst.test
parent18186af2e6c5db9ce74e112be489bae4147e5c9f (diff)
downloadtcl-83bd34e627b2f9c0c0b5fe3917e82f3428dc9565.zip
tcl-83bd34e627b2f9c0c0b5fe3917e82f3428dc9565.tar.gz
tcl-83bd34e627b2f9c0c0b5fe3917e82f3428dc9565.tar.bz2
Simplify AuxData access with a macro.
Diffstat (limited to 'tests/subst.test')
-rw-r--r--tests/subst.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/subst.test b/tests/subst.test
index 4be4798..7466895 100644
--- a/tests/subst.test
+++ b/tests/subst.test
@@ -293,6 +293,10 @@ test subst-13.1 {Bug 3081065} -setup {
} -cleanup {
removeFile subst13.tcl
}
+test subst-13.2 {Test for segfault} -body {
+ subst {[}
+} -returnCodes error -result * -match glob
+
# cleanup
::tcltest::cleanupTests