Sha256: 886d37a595fd73a910eadb68018d792d88e15019925bb1db2091bb0c6af6af25
Contents?: true
Size: 281 Bytes
Versions: 1
Compression:
Stored size: 281 Bytes
Contents
use Test; use Pod::To::HTML; plan 2; =begin pod =head2 Rendering PerlĀ 6 with no-break space Nothing to see here =head2 What's wrong with this rendering? Nothing to see here either =end pod my $r = pod2html $=pod; ok $r ~~ m/\#What\'s_wrong/; ok $r ~~ m/\#Rendering_Perl_6/;
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
github-markup-3.0.2 | vendor/Pod-To-HTML/t/110-issue-41.t |