graphtage icon indicating copy to clipboard operation
graphtage copied to clipboard

Fails to match closing HTML tags

Open technopagan opened this issue 5 years ago • 2 comments
trafficstars

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.

technopagan avatar Aug 31 '20 14:08 technopagan

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?

ESultanik avatar Sep 03 '20 01:09 ESultanik

@ESultanik This issue will be resolved by your mentioned approach in issue #25 : https://github.com/trailofbits/graphtage/issues/25#issuecomment-686182148

technopagan avatar Sep 15 '20 08:09 technopagan