Test for multline todo comments support to Kotlin
This commit is contained in:
Vendored
+33
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user