Files
old-slucajna-televizija/web/node_modules/domhandler/test/cases/12-text_only.json

11 lines
160 B
JSON
Raw Normal View History

2017-10-16 11:19:46 +02:00
{
"name": "Only text",
"options": {},
"html": "this is the text",
"expected": [
{
"data": "this is the text",
"type": "text"
}
]
}