tartrazine/spec/tests/react/test_object_attribute.txt

24 lines
580 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---input---
<div style={{ color: 'red' }} />
---tokens---
'<' Punctuation
'div' Name.Tag
' ' Text.Whitespace
'style' Name.Attribute
'=' Operator
'{' Punctuation
'{' Punctuation
' ' Text.Whitespace
'color' Name.Other
':' Operator
' ' Text.Whitespace
"'red'" Literal.String.Single
' ' Text.Whitespace
'}' Punctuation
'}' Punctuation
' ' Text.Whitespace
'/' Punctuation
'>' Punctuation
'\n' Text.Whitespace