Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve whitespace handling in XmlLexer. | Matthäus G. Chajdas | 2022-12-04 | 1 | -1/+23 |
| | |||||
* | Fix catastrophic backtracking in HTML and XML (#2069) | Jean Abou-Samra | 2022-02-24 | 1 | -0/+34 |
These lexers have re.DOTALL in their flags, so r"(.|\n)" is equivalent to r".", except with catastrophic backtracking properties. Closes #2068 |