You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "michael-o (via GitHub)" <gi...@apache.org> on 2023/01/29 18:49:10 UTC

[GitHub] [maven-doxia] michael-o commented on a diff in pull request #142: [DOXIA-691] emit multiple authors in separate tags

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-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org