9a61998fca
Whitespace characters for the tests are U+000B, U+000C, U+000D, U+0085, U+2028, U+2029
19 lines
473 B
Plaintext
Vendored
19 lines
473 B
Plaintext
Vendored
EOL_COMMENT ('// some
comment')
|
|
WHITE_SPACE ('\n')
|
|
EOL_COMMENT ('//
some comment')
|
|
WHITE_SPACE ('\n\n')
|
|
BLOCK_COMMENT ('/*
*/')
|
|
WHITE_SPACE ('\n')
|
|
BLOCK_COMMENT ('/* some
comment */')
|
|
WHITE_SPACE ('\n')
|
|
BLOCK_COMMENT ('/*
some comment */')
|
|
WHITE_SPACE ('\n')
|
|
BLOCK_COMMENT ('/* some comment
*/')
|
|
WHITE_SPACE ('\n\n')
|
|
KDoc ('/***/')
|
|
WHITE_SPACE ('\n')
|
|
KDoc ('/** some
doc */')
|
|
WHITE_SPACE ('\n')
|
|
KDoc ('/**
some doc */')
|
|
WHITE_SPACE ('\n')
|
|
KDoc ('/** some doc
*/') |