cs142/project2/node_modules/domhandler/test/cases/12-text_only.json
2020-08-01 19:26:11 -03:00

11 lines
160 B
JSON

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