summaryrefslogtreecommitdiff
path: root/lib/Test/Tutorial.pod
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2001-09-18 15:53:48 -0400
committerAbhijit Menon-Sen <ams@wiw.org>2001-09-19 01:23:55 +0000
commit0cd946aa8ca5f84826831f3a54bb81945edfa014 (patch)
tree94e11dea806b85281382e594c8e5c36b98608b97 /lib/Test/Tutorial.pod
parentea63ed0e75f87f41b120354ed354081869ee56fc (diff)
downloadperl-0cd946aa8ca5f84826831f3a54bb81945edfa014.tar.gz
[PATCH] Syncing with Test::Simple 0.19
Date: Tue, 18 Sep 2001 19:53:48 -0400 Message-Id: <20010918195348.M585@blackrider> Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST From: Michael G Schwern <schwern@pobox.com> Date: Tue, 18 Sep 2001 22:07:13 -0400 Message-Id: <20010918220713.B19616@blackrider> p4raw-id: //depot/perl@12080
Diffstat (limited to 'lib/Test/Tutorial.pod')
-rw-r--r--lib/Test/Tutorial.pod22
1 files changed, 16 insertions, 6 deletions
diff --git a/lib/Test/Tutorial.pod b/lib/Test/Tutorial.pod
index 86735ff61c..38f1f70c56 100644
--- a/lib/Test/Tutorial.pod
+++ b/lib/Test/Tutorial.pod
@@ -4,16 +4,26 @@ Test::Tutorial - A tutorial about writing really basic tests
=head1 DESCRIPTION
- AHHHHHHH!!!! NOT B<TESTING>! Anything but testing!
- Beat me, whip me, send me to I<Detroit>, but don't make
- me write tests!
- *sob*
+B<AHHHHHHH!!!! NOT TESTING! Anything but testing!
+Beat me, whip me, send me to Detroit, but don't make
+me write tests!>
+
+B<*sob*>
+
+B<Besides, I don't know how to write the damned things.>
- Besides, I don't know how to write the damned things.
Is this you? Is writing tests right up there with writing
-documentation and having your fingernails pulled out?
+documentation and having your fingernails pulled out? Did you open up
+a test and read
+
+ ######## We start with some black magic
+
+and decide that's quite enough for you?
+
+It's ok. That's all gone now. We've done all the black magic for
+you. And here are the tricks...
=head2 Nuts and bolts of testing.