mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
41 lines
719 B
Plaintext
41 lines
719 B
Plaintext
|
---input---
|
||
|
*** Variables ***
|
||
|
${test}[]
|
||
|
|
||
|
*** Variables ***
|
||
|
@{test}[]
|
||
|
|
||
|
*** Variables ***
|
||
|
&{test}[]
|
||
|
|
||
|
---tokens---
|
||
|
'*** Variables ***' Generic.Heading
|
||
|
'\n' Punctuation
|
||
|
|
||
|
'${test}[]' Error
|
||
|
'\n' Punctuation
|
||
|
|
||
|
'\n' Punctuation
|
||
|
|
||
|
'*** Variables ***' Generic.Heading
|
||
|
'\n' Punctuation
|
||
|
|
||
|
'@{' Punctuation
|
||
|
'test' Name.Variable
|
||
|
'}' Punctuation
|
||
|
'[' Punctuation
|
||
|
']' Punctuation
|
||
|
'\n' Punctuation
|
||
|
|
||
|
'\n' Punctuation
|
||
|
|
||
|
'*** Variables ***' Generic.Heading
|
||
|
'\n' Punctuation
|
||
|
|
||
|
'&{' Punctuation
|
||
|
'test' Name.Variable
|
||
|
'}' Punctuation
|
||
|
'[' Punctuation
|
||
|
']' Punctuation
|
||
|
'\n' Punctuation
|