From 378be31562b159427cacd650a5fdeb841d8f3fe8 Mon Sep 17 00:00:00 2001 From: hobbs Date: Wed, 22 Dec 1999 00:41:13 +0000 Subject: removed ^M's from man page - confuses man2tcl --- doc/tcltest.n | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/doc/tcltest.n b/doc/tcltest.n index 7eda973..f1d9616 100644 --- a/doc/tcltest.n +++ b/doc/tcltest.n @@ -6,7 +6,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.8 1999/11/19 06:34:00 hobbs Exp $ +'\" RCS: @(#) $Id: tcltest.n,v 1.9 1999/12/22 00:41:13 hobbs Exp $ '\" .so man.macros .TH "Tcltest" n 8.2 Tcl "Tcl Built-In Commands" @@ -23,8 +23,8 @@ Tcltest \- Test harness support code and utilities .sp \fB::tcltest::getMatchingTestFiles\fR .sp -\fB::tcltest::loadTestedCommands\fR -.sp +\fB::tcltest::loadTestedCommands\fR +.sp \fB::tcltest::makeFile \fIcontents name\fR .sp \fB::tcltest::removeFile \fIname\fR @@ -98,12 +98,12 @@ This command is used when you want to run multiple test files. It returns the list of tests that should be sourced in an 'all.tcl' file. See the section \fI"Running test files"\fR for more information. .TP -\fB::tcltest::loadTestedCommands\fP -This command uses the script specified via the \fI-load\fR or -\fI-loadfile\fR to load the commands checked by the test suite. -Allowed to be empty, as the tested commands could have been compiled -into the interpreter running the test suite. -.TP +\fB::tcltest::loadTestedCommands\fP +This command uses the script specified via the \fI-load\fR or +\fI-loadfile\fR to load the commands checked by the test suite. +Allowed to be empty, as the tested commands could have been compiled +into the interpreter running the test suite. +.TP \fB::tcltest::makeFile\fP \fIcontents name\fR Create a file that will be automatically be removed by \fB::tcltest::cleanupTests\fR at the end of a test file. @@ -446,24 +446,24 @@ interested in running only those tests that are constrained to be unixOnly and no other tests. (::tcltest::limitConstraints) .TP -\fB-load