Norman Feske 87b7dfed5d xml_node: skip whitespace in differs_from
The 'Xml_node::differs_from' method takes the constructor arguments
(addr, size) for a byte-wise comparison whereas 'with_raw_node'
restricts the byte range to the actual XML tags. In cases where
the XML start tag is preceeded by whitespace, both ranges can differ.

Since the 'differs_from' method is meant for comparing actual XML
nodes - not any whitespace around them - whitespace should be ignored
on both operands.

Issue #5029
2023-10-25 08:58:53 +02:00
..
2022-02-15 10:10:01 +01:00
2019-02-19 11:12:11 +01:00
2021-01-25 13:58:10 +01:00
2017-03-15 12:32:24 +01:00
2023-05-08 15:55:35 +02:00