Files
30-seconds-of-code/node_modules/domhandler/test/cases/12-text_only.json
2019-08-20 15:52:05 +02:00

11 lines
160 B
JSON

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