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 e250b15 commit 016c06fCopy full SHA for 016c06f
xmlunit-core/src/main/java/org/xmlunit/util/Nodes.java
@@ -181,8 +181,8 @@ public static NodeList getChildNodes(Node n) {
181
}
182
183
// attr with a single child with value null
184
- // i.e. ownertElement.setAttribute(name, null) has been called.
185
- // in this case ownerElement.getAttribute() return "", make NodeList consistent with this.
+ // i.e. ownerElement.setAttribute(name, null) has been called.
+ // in this case ownerElement.getAttribute(name) return "", make NodeList consistent with this.
186
return new EmptyTextNodeNodeList(n.getOwnerDocument());
187
188
0 commit comments