bertysentry commented on a change in pull request #49:
URL: https://github.com/apache/maven-doxia/pull/49#discussion_r550358090



##########
File path: 
doxia-modules/doxia-module-markdown/src/test/resources/fenced-code-block.md
##########
@@ -0,0 +1,5 @@
+Below code is Java:
+
+```java
+System.out.println(helloWorld);

Review comment:
       Nah, it's on purpose. This is just a test resource that is translated as 
Sink events. But the presence of quotes around `helloWorld` breaks the *text* 
Sink event in several fragment, which is annoying for my test.
   
   But we can consider *helloWorld* is a *String* variable defined somewhere 
else.
   
   Again, this is just an example for the unit tests. We don't need valid Java 
code 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.

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


Reply via email to