Ticket #674 (new patch)
[doc] POD escape B<> is not handled in verbatim section
Reported by: | fperrad | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | docs | Version: | 1.1.0 |
Severity: | medium | Keywords: | |
Cc: | jkeenan | Language: | |
Patch status: | new | Platform: |
Description
in verbatim section, escape B<> is not handled.
for example, in docs/book/ch05_pge.pod :
Run the test script: $ B<parrot grammar_test.pir>
becomes in ch05_pge.pod.html
<p>Then compile the grammar:</p> <pre> $ B<parrot Perl6Grammar.pbc --output=Contacts.pir Contacts.pg></pre>
These escapes were recently added :
- ch02_getting_started.pod in r38451
- ch05_pge.pod in r38564
The attached patch removes them.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.