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
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
* @foo This is text.
|
||||
* This is indented code block
|
||||
* Second line of code block
|
||||
* @foo This is text.
|
||||
* Tabulated code block
|
||||
* Tabulated second line
|
||||
* @foo This is text.
|
||||
* ``` kotlin
|
||||
* @foo This is code block.
|
||||
* ```
|
||||
* @foo This is text.
|
||||
* ~~~
|
||||
* @foo This is code block
|
||||
* With multiple lines.
|
||||
* ~~~
|
||||
* @foo This is yet more text.
|
||||
* ```
|
||||
* @foo This is an unclosed code block.
|
||||
*/
|
||||
Reference in New Issue
Block a user