Files
fitness_walk_nwnu/node_modules/x-domhandler/test/cases/12-text_only.json
T
2026-09-08 20:28:54 +08:00

11 lines
160 B
JSON

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