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:
@ -0,0 +1,15 @@
|
||||
---input---
|
||||
// Test literals that should be tokenized as integer literals.
|
||||
0n
|
||||
123n
|
||||
|
||||
---tokens---
|
||||
'' Text
|
||||
'// Test literals that should be tokenized as integer literals.' Comment.Single
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'0n' Literal.Number.Integer
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'123n' Literal.Number.Integer
|
||||
'\n' Text.Whitespace
|
Reference in New Issue
Block a user