Maven Doxia

Apt parser garbles some special characters inside tables

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.1
  • Fix Version/s: 1.1.1
  • Component/s: Module - Apt
  • Labels:
    None
  • Number of attachments :
    0

Description

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.

Activity

Hide
Lukas Theussl added a comment -

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

Show
Lukas Theussl added a comment - Vincent, I think this has been introduced by your fixes for DOXIA-38 and DOXIA-134. I have added a test case in AptParserTest.
Hide
Vincent Siveton added a comment - - 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.

Show
Vincent Siveton added a comment - - 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.
Hide
Vincent Siveton added a comment -

Fixed in r779083

Show
Vincent Siveton added a comment - Fixed in r779083

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: