1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/domhandler/test/cases/12-text_only.json

11 lines
160 B
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
"name": "Only text",
"options": {},
"html": "this is the text",
"expected": [
{
"data": "this is the text",
"type": "text"
}
]
}