mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-08-06 16:17:53 +00:00
Reorganize tests into a real spec suite
This commit is contained in:
29
spec/tests/html/css.txt
Normal file
29
spec/tests/html/css.txt
Normal file
@@ -0,0 +1,29 @@
|
||||
---input---
|
||||
<style>
|
||||
.ui-helper-hidden { display: none }
|
||||
</style>
|
||||
|
||||
---tokens---
|
||||
'<' Punctuation
|
||||
'style' Name.Tag
|
||||
'>' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'.' Punctuation
|
||||
'ui-helper-hidden' Name.Class
|
||||
' ' Text.Whitespace
|
||||
'{' Punctuation
|
||||
' ' Text.Whitespace
|
||||
'display' Keyword
|
||||
':' Punctuation
|
||||
' ' Text.Whitespace
|
||||
'none' Keyword.Constant
|
||||
' ' Text.Whitespace
|
||||
'}' Punctuation
|
||||
'\n' Text.Whitespace
|
||||
|
||||
'<' Punctuation
|
||||
'/' Punctuation
|
||||
'style' Name.Tag
|
||||
'>' Punctuation
|
||||
'\n' Text
|
Reference in New Issue
Block a user