mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-08-05 07:45:33 +00:00
Reorganize tests into a real spec suite
This commit is contained in:
17
spec/tests/json/test_whitespace.txt
Normal file
17
spec/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