[svn:parrot] r37235 - trunk/t/perl

allison at svn.parrot.org allison at svn.parrot.org
Mon Mar 9 09:05:00 UTC 2009


Author: allison
Date: Mon Mar  9 09:04:58 2009
New Revision: 37235
URL: https://trac.parrot.org/parrot/changeset/37235

Log:
[doc] The Parrot HTML doc generators no longer display the description
on a group.

Modified:
   trunk/t/perl/Parrot_Docs.t

Modified: trunk/t/perl/Parrot_Docs.t
==============================================================================
--- trunk/t/perl/Parrot_Docs.t	Mon Mar  9 08:45:01 2009	(r37234)
+++ trunk/t/perl/Parrot_Docs.t	Mon Mar  9 09:04:58 2009	(r37235)
@@ -122,11 +122,11 @@
 
 ok(
     $html        =~ m|Usual Suspects|s
-        && $html =~ m|here they are|s
+#        && $html =~ m|here they are|s
         && $html =~ m|foo/file1.pod|s
         && $html =~ m|foo/file2.pod|s
         && $html =~ m|Bar|s
-        && $html =~ m|no jeans|s
+#        && $html =~ m|no jeans|s
         && $html =~ m|bar/file3.pod|s
         && $html =~ m|time please|s,
     'write_html'


More information about the parrot-commits mailing list