#674: [doc] POD escape B<> is not handled in verbatim section
---------------------+------------------------------------------------------
 Reporter:  fperrad  |       Owner:       
     Type:  patch    |      Status:  new  
 Priority:  normal   |   Milestone:       
Component:  docs     |     Version:  1.1.0
 Severity:  medium   |    Keywords:       
     Lang:           |       Patch:  new  
 Platform:           |  
---------------------+------------------------------------------------------
 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&#60;parrot Perl6Grammar.pbc &#45;&#45;output=Contacts.pir
 Contacts.pg&#62;</pre>
 }}}

 These escapes were recently added :

  * ch02_getting_started.pod in r38451
  * ch05_pge.pod in r38564

 The attached patch removes them.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/674>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to