Issue Details (XML | Word | Printable)

Key: DOXIA-323
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Vincent Siveton
Reporter: Lukas Theussl
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven Doxia

Apt parser garbles some special characters inside tables

Created: 21/May/09 12:43 AM   Updated: 27/May/09 05:21 AM   Resolved: 27/May/09 05:21 AM
Return to search
Component/s: Module - Apt
Affects Version/s: 1.1
Fix Version/s: 1.1.1

Time Tracking:
Not Specified


 Description  « Hide

Apt snippet:

  \~, \=, \-, \+, \*, \[, \], \<, \>, \{, \}, \\.

*---------------------------------------------+--------------+
| \~, \=, \-, \+, \*, \[, \], \<, \>, \{, \}, \\.     | Apt special characters
*---------------------------------------------+--------------+
| $\{JAVA_HOME\}                             | The JAVA_HOME environment value.
*---------------------------------------------+--------------+

The characters <, >, {, }, \ are not rendered inside the table. This worked in Doxia 1.0.



Lukas Theussl added a comment - 24/May/09 12:52 AM

Vincent,
I think this has been introduced by your fixes for DOXIA-38 and DOXIA-134. I have added a test case in AptParserTest.


Lukas Theussl made changes - 24/May/09 12:52 AM
Field Original Value New Value
Assignee Vincent Siveton [ siveton ]
Fix Version/s 1.1.1 [ 15073 ]
Vincent Siveton added a comment - 27/May/09 05:01 AM - edited

FYI using double reverse solidus ie

\\
in a cell is incorrectly rendered with Doxia 1.0 (ie with maven-site-plugin:2.0): it becomes \240.


Vincent Siveton added a comment - 27/May/09 05:21 AM

Fixed in r779083


Vincent Siveton made changes - 27/May/09 05:21 AM
Resolution Fixed [ 1 ]
Status Open [ 1 ] Closed [ 6 ]