summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/domhandler/test/cases/12-text_only.json
blob: 342dc45f08a61d5e1f652545c4f50e637b5a0c44 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "Only text",
  "options": {},
  "html": "this is the text",
  "expected": [
    {
      "data": "this is the text",
      "type": "text"
    }
  ]
}