tartrazine/tests/wgsl/line-comment.txt

14 lines
380 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
// this is a line-ending comment
//* embed a bock comment start, after a space
// /* embed a bock comment start, v2
---tokens---
' ' Text.Whitespace
'// this is a line-ending comment\n' Comment.Single
' ' Text.Whitespace
'//* embed a bock comment start, after a space\n' Comment.Single
'// /* embed a bock comment start, v2\n' Comment.Single