mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-07-18 17:29:37 +00:00
Imported test cases from pygments
This commit is contained in:
22
tests/wikitext/only-highlight-first-redirect.txt
Normal file
22
tests/wikitext/only-highlight-first-redirect.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
---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
|
Reference in New Issue
Block a user