Reorganize tests into a real spec suite

This commit is contained in:
2024-08-04 19:18:43 -03:00
parent 57c160173c
commit e7c2053222
693 changed files with 136 additions and 116 deletions

View File

@ -0,0 +1,30 @@
---input---
@{:ant @{:legs 6} :bee @{:legs 6} :cheetah @{:legs 4}}
---tokens---
'@{' Punctuation
':ant' Name.Constant
' ' Text.Whitespace
'@{' Punctuation
':legs' Name.Constant
' ' Text.Whitespace
'6' Literal.Number.Float
'}' Punctuation
' ' Text.Whitespace
':bee' Name.Constant
' ' Text.Whitespace
'@{' Punctuation
':legs' Name.Constant
' ' Text.Whitespace
'6' Literal.Number.Float
'}' Punctuation
' ' Text.Whitespace
':cheetah' Name.Constant
' ' Text.Whitespace
'@{' Punctuation
':legs' Name.Constant
' ' Text.Whitespace
'4' Literal.Number.Float
'}' Punctuation
'}' Punctuation
'\n' Text.Whitespace