9a61998fca
Whitespace characters for the tests are U+000B, U+000C, U+000D, U+0085, U+2028, U+2029
12 lines
151 B
Kotlin
Vendored
12 lines
151 B
Kotlin
Vendored
// somecomment
|
|
//some comment
|
|
|
|
/**/
|
|
/* somecomment */
|
|
/*some comment */
|
|
/* some comment*/
|
|
|
|
/***/
|
|
/** somedoc */
|
|
/**some doc */
|
|
/** some doc*/ |