Edgewall Software

Changes between Version 2 and Version 3 of TracDev/JinjaChecker


Ignore:
Timestamp:
Jul 21, 2016, 1:32:24 PM (8 years ago)
Author:
Christian Boos
Comment:

add #KnownIssues section

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/JinjaChecker

    v2 v3  
    156156
    157157The second part of this output is only generated if you have [pypi:lxml] installed. If that's the case, after having checked the Jinja2 syntax nesting in a first step, the jinjachecker tool removes the Jinja2 markup and performs a validation of the document using lxml in a second step.
     158
     159== Known Issues
     160The tool won't yet detect nesting mistakes when the Jinja2 control structure nesting and the HTML element nesting are both independently correct (e.g. errors like the one fixed in [68094c2ea/cboos.git]). //This might be fixed in a 3rd pass, doing XML validation after having replaced the Jinja2 start/end keywords with "equivalent" XML elements.//