Imported test cases from pygments

This commit is contained in:
2024-08-03 07:36:47 -03:00
parent c9df4be879
commit 99e1e2b0cb
692 changed files with 37403 additions and 0 deletions

17
tests/tcl/test_vars.txt Normal file
View File

@@ -0,0 +1,17 @@
---input---
set size 10; puts ${size}x${size}
---tokens---
'set' Keyword
' ' Text.Whitespace
'size' Text
' ' Text.Whitespace
'10' Literal.Number.Integer
';' Keyword
' ' Text.Whitespace
'puts' Name.Builtin
' ' Text.Whitespace
'${size}' Name.Variable
'x' Text
'${size}' Name.Variable
'\n' Text