FLUJOS/VISUALIZACION/node_modules/domhandler/test/cases/12-text_only.json
2025-11-07 00:06:12 +01:00

11 lines
No EOL
160 B
JSON
Executable file

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