Skip to content

Commit

Permalink
#247 msg
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 6, 2024
1 parent ff73bfd commit 851862b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/com/jcabi/xml/XMLDocumentTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ void extractsNodesFromPom() throws Exception {
@Test
void stripsUnnecessaryWhiteSpacesWhileParsing() {
MatcherAssert.assertThat(
"Two XML documents are equal to each other",
new XMLDocument("<x><y>hello</y></x>"),
Matchers.equalTo(
new XMLDocument(
Expand Down

0 comments on commit 851862b

Please sign in to comment.