- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for ignoreWhitespace (0.06 seconds)
-
compat/maven-model-builder/src/test/java/org/apache/maven/model/inheritance/DefaultInheritanceAssemblerTest.java
File expected = getPom(baseName + "-expected"); Diff diff = DiffBuilder.compare(expected) .withTest(actual) .ignoreComments() .ignoreWhitespace() .build(); assertFalse(diff.hasDifferences(), "XML files should be identical: " + diff.toString()); } @Test void testModulePathNotArtifactId() throws IOException {
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 8.2K bytes - Click Count (0) -
build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/PublishPluginFuncTest.groovy
</project>""" ) } private boolean assertXmlEquals(String toTest, String expected) { def diff = DiffBuilder.compare(Input.fromString(expected)) .ignoreWhitespace() .ignoreComments() .normalizeWhitespace() .withTest(Input.fromString(toTest)) .build() diff.differences.each { difference ->Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 22 07:24:59 GMT 2021 - 19K bytes - Click Count (0)