Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid panic when displaying unexpected token error
Avoid entering unreachable!() when displaying an error message for an invalid `<!` token. This fixes a panic when processing a malformed XML which contains such token in an unexpected place, like the following: `<!DOCTYPEs/%<!A`
- Loading branch information