Files
bake/contrib/bake-vscode/node_modules/domhandler/test/cases/12-text_only.json
T
2019-09-17 13:20:42 -04:00

11 lines
160 B
JSON

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