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 fd77d82 commit 133719eCopy full SHA for 133719e
src/main/java/org/assertj/core/api/AbstractCharSequenceAssert.java
@@ -1122,7 +1122,7 @@ public SELF doesNotMatch(Pattern pattern) {
1122
* The recommended approach is <a href="https://github.com/xmlunit/user-guide/wiki">XML Unit</a> which is able to deal with
1123
* these limitations and provides many more features like XPath support and schema validation.
1124
* <p>
1125
- * Original javadoc
+ * Original javadoc:
1126
1127
* Verifies that the actual {@code CharSequence} is equal to the given XML {@code CharSequence} after both have been
1128
* formatted the same way.
0 commit comments