From: Stefan B. <no...@gi...> - 2023-04-10 18:42:51
|
Branch: refs/heads/main Home: https://github.com/xmlunit/xmlunit.net Commit: 893c09be3383856af2723a5fc23120d6b4fb0696 https://github.com/xmlunit/xmlunit.net/commit/893c09be3383856af2723a5fc23120d6b4fb0696 Author: Stefan Bodewig <bo...@ap...> Date: 2023-04-10 (Mon, 10 Apr 2023) Changed paths: M RELEASE_NOTES.md M src/main/net-core/Input/ElementContentWhitespaceStrippedSource.cs M src/main/net-core/Input/WhitespaceNormalizedSource.cs M src/main/net-core/Input/WhitespaceStrippedSource.cs A src/main/net-core/Input/XmlElementContentWhitespaceStrippedSource.cs A src/main/net-core/Input/XmlWhitespaceNormalizedSource.cs M src/main/net-core/Input/XmlWhitespaceStrippedSource.cs M src/main/net-core/NetFramework/XMLUnit.Core.NetFramework.csproj M src/main/net-core/Util/Nodes.cs Log Message: ----------- add more whitespace sensitive ISource types knowing about the XML spec see #39 |