Files
victor.petukhov 9a61998fca Add lexer test runner and whitespace characters tests
Whitespace characters for the tests are U+000B, U+000C, U+000D, U+0085, U+2028, U+2029
2018-11-06 11:19:15 +03:00

12 lines
160 B
Kotlin
Vendored

// some…comment
//…some comment
/*…*/
/* some…comment */
/*…some comment */
/* some comment…*/
/** */
/** some…doc */
/**…some doc */
/** some doc…*/