michael-o commented on code in PR #142: URL: https://github.com/apache/maven-doxia/pull/142#discussion_r1090032444
########## doxia-modules/doxia-module-apt/src/test/java/org/apache/maven/doxia/module/apt/AptParserTest.java: ########## @@ -486,6 +486,24 @@ public void testLiteralAnchor() throws Exception { assertSinkEquals(it, "link_", "sectionTitle1_", "section1_", "body_"); } + @Test + public void testMultipleAuthors() throws Exception { + // DOXIA-691 Review Comment: This line is redundant since we have "git blame" ########## doxia-modules/doxia-module-apt/src/test/resources/test/authors.apt: ########## @@ -0,0 +1,6 @@ + ----- + Test DOXIA-691 Review Comment: Sma here.. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org