tartrazine/spec/tests/bqn/test_comment.txt

13 lines
302 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
'#' - 1 #This is the comment
---tokens---
"'#'" Literal.String.Single
' ' Text.Whitespace
'-' Operator
' ' Text.Whitespace
'1' Literal.Number
' ' Text.Whitespace
'#This is the comment' Comment.Single
'\n' Text.Whitespace