20 lines
No EOL
324 B
JSON
20 lines
No EOL
324 B
JSON
{
|
|
"name": "Unquoted attributes",
|
|
"options": {},
|
|
"html": "<font size= 14>the text</font>",
|
|
"expected": [
|
|
{
|
|
"type": "tag",
|
|
"name": "font",
|
|
"attribs": {
|
|
"size": "14"
|
|
},
|
|
"children": [
|
|
{
|
|
"data": "the text",
|
|
"type": "text"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |