summaryrefslogtreecommitdiffstats
path: root/doc/tcltest.n
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tcltest.n')
-rw-r--r--doc/tcltest.n8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/tcltest.n b/doc/tcltest.n
index e2d0790..c1fb271 100644
--- a/doc/tcltest.n
+++ b/doc/tcltest.n
@@ -7,7 +7,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: tcltest.n,v 1.12 2001/11/10 02:34:57 hobbs Exp $
+'\" RCS: @(#) $Id: tcltest.n,v 1.13 2001/11/12 19:37:03 hobbs Exp $
'\"
.so man.macros
.TH "tcltest" n 8.4 Tcl "Tcl Built-In Commands"
@@ -879,9 +879,9 @@ tclsh all.tcl -constraints "knownBug nonPortable"
See the \fI"Constraints"\fR section for information about using
built-in constraints and adding new ones.
.PP
-When tests are run from within an \'all.tcl\' file, all files with a
-\'.test\' extension are normally run. An individual test file will be
-skipped if one of the following conditions is met:
+When tests are run from within an \fBall.tcl\fR file, all files with a
+``\fI.test\fR'' extension are normally run. An individual test file will
+be skipped if one of the following conditions is met:
.IP [1]
the \fIname\fR of the test files does not match (using glob style matching)
one or more elements in the \fBtcltest::matchFiles\fR variable