perl-pod / pod-simple

Framework for Parsing and Formatting POD
http://search.cpan.org/dist/Pod-Simple/
44 stars 60 forks source link

test encoding of ids/links with an extension allowing more flexible ids #143

Closed haarg closed 2 years ago

haarg commented 2 years ago

The encoding of ids and fragment links was fixed, but it would have no impact on normal operations because of the aggressive filtering of ids.

Add a test which extends Pod::Simple::XHTML to do less filtering on the generated ids. This type of id will only work properly with the new, fixed, encoding.

haarg commented 2 years ago

This is a followup on #141 to demonstrate what the encoding changes are meant to allow.