mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-27 22:57:50 -03:00
Imported test cases from pygments
This commit is contained in:
34
tests/wgsl/block-comment.txt
Normal file
34
tests/wgsl/block-comment.txt
Normal file
@ -0,0 +1,34 @@
|
||||
---input---
|
||||
/**/
|
||||
/*block with newline
|
||||
*/
|
||||
/*block with line
|
||||
ending comment// */
|
||||
/* nested /*
|
||||
*/
|
||||
*/
|
||||
|
||||
---tokens---
|
||||
' ' Text.Whitespace
|
||||
'/*' Comment.Multiline
|
||||
'*/' Comment.Multiline
|
||||
'\n ' Text.Whitespace
|
||||
'/*' Comment.Multiline
|
||||
'block with newline\n ' Comment.Multiline
|
||||
'*/' Comment.Multiline
|
||||
'\n ' Text.Whitespace
|
||||
'/*' Comment.Multiline
|
||||
'block with line\n ending comment' Comment.Multiline
|
||||
'/' Comment.Multiline
|
||||
'/' Comment.Multiline
|
||||
' ' Comment.Multiline
|
||||
'*/' Comment.Multiline
|
||||
'\n ' Text.Whitespace
|
||||
'/*' Comment.Multiline
|
||||
' nested ' Comment.Multiline
|
||||
'/*' Comment.Multiline
|
||||
'\n ' Comment.Multiline
|
||||
'*/' Comment.Multiline
|
||||
'\n ' Comment.Multiline
|
||||
'*/' Comment.Multiline
|
||||
'\n' Text.Whitespace
|
Reference in New Issue
Block a user