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:
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
* @foo Thisis text.
|
||||
* This isindented code block
|
||||
* Second lineof code block
|
||||
* @foo Thisistext.
|
||||
* Tabulated code block
|
||||
* Tabulated secondline
|
||||
* @foo Thisis text.
|
||||
* ``` kotlin
|
||||
* @foo This iscode block.
|
||||
* ```
|
||||
* @foo Thisis text.
|
||||
* ~~~
|
||||
* @foo This is code block
|
||||
* With multiplelines.
|
||||
* ~~~
|
||||
* @foo Thisis yet moretext.
|
||||
* ```
|
||||
* @foo Thisis an unclosed codeblock.
|
||||
*/
|
||||
Reference in New Issue
Block a user