Test for multline todo comments support to Kotlin

This commit is contained in:
Alexander Podkhalyuzin
2019-02-13 15:59:14 +03:00
parent 6c2af0741a
commit 2f546d1003
+33
View File
@@ -5,3 +5,36 @@
/**
* <info descr="TODO This is a todo in KDoc">TODO This is a todo in KDoc</info>
*/
//<info descr="todo: This is
multiline td
and even longer
up to this line">todo: This is</info>
// <info descr="todo: This is
multiline td
and even longer
up to this line">multiline td</info>
/* <info descr="todo: This is
multiline td
and even longer
up to this line">and even longer</info>
<info descr="todo: This is
multiline td
and even longer
up to this line">up to this line</info>
*/
/**
* <info descr="todo: This is
multiline td">todo: This is</info>
* <info descr="todo: This is
multiline td">multiline td</info>
*/
//<info descr="todo: This is">todo: This is</info>
//single line td
/**
* <info descr="todo: This is">todo: This is</info>
* single line td also
*/