We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5fe30b commit 181b9bfCopy full SHA for 181b9bf
RELEASE_NOTES.md
@@ -12,11 +12,13 @@
12
[#38](https://github.com/xmlunit/xmlunit.net/issues/38). And neither
13
of the methods could deal with `XmlSignificantWhitespace` at all.
14
15
-* add `XmlWhitespaceStrippedSource`, `XmlWhitespaceNormalizedSource`
+* add `XmlWhitespaceStrippedSource`, `XmlWhitespaceNormalizedSource`,
16
and `XmlElementContentWhitespaceStrippedSource` that only trim
17
characters that are considered whitespace by the [XML
18
Specification](https://www.w3.org/TR/xml11/#NT-S) from textual
19
content.
20
+ Also added new modifiers to `DiffBuilder` that make use of the new
21
+ `ISource` types.
22
Issue [#39](https://github.com/xmlunit/xmlunit.net/issues/39).
23
24
## XMLUnit.NET 2.9.2 - /Released 2023-03-16/
0 commit comments