File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
asciidoctor-maven-plugin/src/test/java/org/asciidoctor/maven Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -431,7 +431,7 @@ void should_fail_and_print_messages_for_all_sources_when_failFast_is_false() {
431
431
assertThat (errorMessages )
432
432
.hasSize (6 );
433
433
assertThat (errorMessages .get (0 ))
434
- .contains (fixOsSeparator ("[error] asciidoctor: INFO: document-with-invalid-reference.adoc: possible invalid reference: ../path/some-file.adoc " ));
434
+ .contains (fixOsSeparator ("[error] asciidoctor: INFO: document-with-invalid-reference.adoc: possible invalid reference:" ));
435
435
assertThat (errorMessages .get (1 ))
436
436
.contains (fixOsSeparator ("[error] asciidoctor: INFO: document-with-invalid-reference.adoc: possible invalid reference: section-id" ));
437
437
assertThat (errorMessages .get (2 ))
You can’t perform that action at this time.
0 commit comments