Files
owncast/build/javascript/node_modules/domhandler/test/cases/12-text_only.json
2020-10-20 05:15:30 +00:00

11 lines
160 B
JSON

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