Author: jhoblitt
Date: Tue Oct 4 20:04:52 2005
New Revision: 9345
Modified:
trunk/docs/tests.pod
Log:
fix verbatim block in docs/tests.pod
Modified: trunk/docs/tests.pod
==============================================================================
--- trunk/docs/tests.pod (original)
+++ trunk/docs/tests.pod Tue Oct 4 20:04:52 2005
@@ -57,6 +57,7 @@ friends.
=head2 C source tests
C source tests are usually located in F<t/src/*.t>. A simple test looks like:
+
c_output_is(<<'CODE', <<'OUTPUT', "name for test");
#include <stdio.h>
#include "parrot/parrot.h"