shift73k/assets_old/node_modules/domhandler/test/cases/12-text_only.json

11 lines
No EOL
160 B
JSON

{
"name": "Only text",
"options": {},
"html": "this is the text",
"expected": [
{
"data": "this is the text",
"type": "text"
}
]
}