Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Suppress debugging prints
  • Loading branch information
JJ committed Jan 13, 2019
1 parent 06ad9bf commit d05cb3d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions t/render.t
Expand Up @@ -19,7 +19,6 @@ And just your average text.
=end pod

setup();
say $=pod;
# Tests start here
like compose-before-content($=pod), /This\s+is\s+the\s+head/, "Head inserted";
like compose-before-content($=pod, 'x'), /xml \s+ version/, "Head with xml inserted";
Expand All @@ -29,7 +28,6 @@ for $=pod[0].contents -> $pod-part {
part-number => 1,
toc-counter => TOC-Counter.new.set-part-number(0),
part-config => {:head1(:numbered(True)),:head2(:numbered(True))} );
say $html;
like $html, /{$pod-part.contents}/, "Inserts text with parts";
}

Expand All @@ -41,4 +39,4 @@ like handle( $=pod[0].contents[0],
:anchored(True)
}
),
/a \s+ name/, "Anchors inserted when you want them";
/a \s+ name/, "Anchors inserted when you want them";

0 comments on commit d05cb3d

Please sign in to comment.