diff --git a/Examples/test-suite/doxygen_misc_constructs.h b/Examples/test-suite/doxygen_misc_constructs.h
index d22761a5e..ab97cc81d 100644
--- a/Examples/test-suite/doxygen_misc_constructs.h
+++ b/Examples/test-suite/doxygen_misc_constructs.h
@@ -56,6 +56,7 @@ void backslashB()
/**
* Backslash e at end of \e line froze SWIG \e
* with old comment parser.
+ * \arg some list item
*/
void backslashC()
{}
diff --git a/Examples/test-suite/java/doxygen_translate_runme.java b/Examples/test-suite/java/doxygen_translate_runme.java
index 8aa80a6ed..5ab448694 100644
--- a/Examples/test-suite/java/doxygen_translate_runme.java
+++ b/Examples/test-suite/java/doxygen_translate_runme.java
@@ -28,9 +28,9 @@ public class doxygen_translate_runme {
wantedComments.put("doxygen_translate.doxygen_translate.function(int, float)",
" Hello \n" +
" \n" +
- "
some list item \n" +
+ " some list item\n" +
" \n" +
- " @author lots of them \n" +
+ " @author lots of them \n" +
" \n" +
" @author Zubr \n" +
" \n" +
@@ -57,28 +57,28 @@ public class doxygen_translate_runme {
" If: ANOTHERCONDITION {\n" +
" First part of comment \n" +
" If: SECONDCONDITION {\n" +
- " Nested condition text \n" +
- " }Else if: THIRDCONDITION {\n" +
- " The third condition text \n" +
- " }Else: {The last text block \n" +
- " }\n" +
- " }Else: {Second part of comment \n" +
+ " Nested condition text}\n" +
+ " Else if: THIRDCONDITION {\n" +
+ " The third condition text}\n" +
+ " Else: {The last text block}}\n" +
+ " \n" +
+ " Else: {Second part of comment \n" +
" If: CONDITION {\n" +
- " Second part extended \n" +
- " }\n" +
- " }\n" +
+ " Second part extended}}\n" +
+ " \n" +
+ " \n" +
" \n" +
" If not: SOMECONDITION {\n" +
- " This is printed if not \n" +
- " }\n" +
+ " This is printed if not}\n" +
+ " \n" +
" \n" +
"
\n" +
" \n" +
" \n" +
" \n" +
- " - Some unordered list \n" +
- "
- With lots of items \n" +
- "
- lots of lots of items \n" +
+ "
- Some unordered list
\n" +
+ " - With lots of items
\n" +
+ " - lots of lots of items
\n" +
" \n" +
"
\n" +
" \n" +
@@ -100,9 +100,9 @@ public class doxygen_translate_runme {
" \n" +
" \n" +
" The paragraph text. \n" +
- " Maybe even multiline \n" +
+ " Maybe even multiline
\n" +
" \n" +
- " @param a the first param \n" +
+ " @param a the first param \n" +
" \n" +
" Remarks: Some remark text \n" +
" \n" +