Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to match closing HTML tags #26

Open
technopagan opened this issue Aug 31, 2020 · 2 comments
Open

Fails to match closing HTML tags #26

technopagan opened this issue Aug 31, 2020 · 2 comments

Comments

@technopagan
Copy link

Graphtage currently throws an error when encountering a closing tag such as

</head>

because it fails to match the tag appropriately, preventing it from diffing HTML.

@ESultanik
Copy link
Collaborator

Graphtage uses Python's built-in parser for XML and HTML; anything it can parse, Graphtage can parse. Can you give a more detailed example to reproduce the problem?

@technopagan
Copy link
Author

@ESultanik This issue will be resolved by your mentioned approach in issue #25 : #25 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants