Sha256: fa6d9296ac861390a24da3eec292576265562705e9e96adf8646fd060f37cd7e
Contents?: true
Size: 418 Bytes
Versions: 1
Compression:
Stored size: 418 Bytes
Contents
use v6; use Test; use Pod::To::HTML; plan 1; # Covershttps://github.com/perl6/Pod-To-HTML/issues/37 ####### # NOTE: It's important for the test below that pod2html is NOT used # before running the test, as doing so will hide the bug ####### is-deeply node2html( Pod::FormattingCode.new: :type<L>, :meta[], :config{}, :contents["Array"] ), '<a href="Array">Array</a>', 'no crash in node2html with L<>';
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
github-markup-3.0.2 | vendor/Pod-To-HTML/t/100-issue-37.t |