mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-08-08 00:57:52 +00:00
Imported test cases from pygments
This commit is contained in:
17
tests/json/test_whitespace.txt
Normal file
17
tests/json/test_whitespace.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
---input---
|
||||
{
|
||||
"tabs": "here",
|
||||
}
|
||||
|
||||
---tokens---
|
||||
'{' Punctuation
|
||||
'\n\t' Text.Whitespace
|
||||
'"tabs"' Name.Tag
|
||||
':' Punctuation
|
||||
' ' Text.Whitespace
|
||||
'"here"' Literal.String.Double
|
||||
',' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'}' Punctuation
|
||||
'\n' Text.Whitespace
|
Reference in New Issue
Block a user