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
..
2023-07-14 12:06:31 +02:00
2023-01-24 12:07:28 +01:00
2017-05-31 13:16:07 +02:00
2023-10-25 08:58:52 +02:00
2023-10-04 13:22:03 +02:00