mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-20 07:03:05 -03:00
Reorganize tests into a real spec suite
This commit is contained in:
23
spec/tests/bqn/test_syntax_roles.txt
Normal file
23
spec/tests/bqn/test_syntax_roles.txt
Normal file
@ -0,0 +1,23 @@
|
||||
---input---
|
||||
⟨ט,√⟩ {𝕎𝕩}⌜ 1‿4‿9
|
||||
|
||||
---tokens---
|
||||
'⟨' Punctuation
|
||||
'×' Operator
|
||||
'˜' Name.Attribute
|
||||
',' Punctuation
|
||||
'√' Operator
|
||||
'⟩' Punctuation
|
||||
' ' Text.Whitespace
|
||||
'{' Keyword.Type
|
||||
'𝕎' Operator
|
||||
'𝕩' Name.Entity
|
||||
'}' Keyword.Type
|
||||
'⌜' Name.Attribute
|
||||
' ' Text.Whitespace
|
||||
'1' Literal.Number
|
||||
'‿' Punctuation
|
||||
'4' Literal.Number
|
||||
'‿' Punctuation
|
||||
'9' Literal.Number
|
||||
'\n' Text.Whitespace
|
Reference in New Issue
Block a user