mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-07 04:00:26 -03:00
23 lines
397 B
Plaintext
23 lines
397 B
Plaintext
---input---
|
|
#REDIRECT [[Test]]
|
|
|
|
#REDIRECT [[Test]]
|
|
|
|
---tokens---
|
|
'#REDIRECT' Keyword
|
|
' ' Text.Whitespace
|
|
'[[' Punctuation
|
|
'Test' Name.Tag
|
|
']]' Punctuation
|
|
'\n' Text.Whitespace
|
|
|
|
'\n' Text
|
|
|
|
'#' Keyword
|
|
'REDIRECT' Text
|
|
' ' Text
|
|
'[[' Punctuation
|
|
'Test' Name.Tag
|
|
']]' Punctuation
|
|
'\n' Text
|