mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-19 22:53:05 -03:00
Reorganize tests into a real spec suite
This commit is contained in:
34
spec/tests/webgpu_shading_language/block-comment.txt
Normal file
34
spec/tests/webgpu_shading_language/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