Skip to content

<table> tags miss <div class"wrapper"> wrapping in module javadocs #17355

@SteLeo1602

Description

@SteLeo1602

As implementation of Description Macro is being extended to more checks, XdocsMobileWrapperTest encounters the problem of <table> tags not being wrapped with <div>, producing the following error:

[ERROR]   XdocsMobileWrapperTest.testAllCheckSectionMobileWrapper:67->iterateNode:106->iterateNode:80 npathcomplexity.xml/NPathComplexity: Tag 'table' in 'subsection' needs a wrapping <span> or <div> with the class 'wrapper'.
expected any of: [div, span]
but was        : subsection

Example of module javadoc:

* </blockquote>
* <table>
* <caption>Examples</caption>

Example of how it should be:

<div class="wrapper">
<table>
<caption>Examples</caption>

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

Status
Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions