From: Stefan B. <ste...@fr...> - 2024-08-08 19:30:19
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 * adjusted the NUnit 3.x constraints so they should work for NUnit 4.x as well. Issue https://github.com/xmlunit/xmlunit.net/issues/40 * add a new `ElementSelectors.ByNameAndAllAttributes` variant that filters attributes before deciding whether elements can be compared. Inspired by Issue https://github.com/xmlunit/xmlunit/issues/259 * `Nodes.GetMergedNestedText` and `Nodes.StripElementContentWhitespace` had the same problem of not knowning about `XmlWhitespace` that caused Issue https://github.com/xmlunit/xmlunit.net/issues/38 . And neither of the methods could deal with `XmlSignificantWhitespace` at all. * add `XmlWhitespaceStrippedSource`, `XmlWhitespaceNormalizedSource`, and `XmlElementContentWhitespaceStrippedSource` that only trim characters that are considered whitespace by the XML Specification from textual content. Also added new modifiers to `DiffBuilder` that make use of the new `ISource` types. Issue https://github.com/xmlunit/xmlunit.net/issues/39 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAma1HLUACgkQohFa4V9ri3JFBwCeKNK2GmPRnNNZ2QfZz5D8A9Wp FtYAnifFBAhnJ8wih4dYnSTLcOKrejAM =EzA2 -----END PGP SIGNATURE----- |