Newer
Older
ez-indexation / app / node_modules / domhandler / test / cases / 13-comment_in_text.json
@kieffer kieffer on 7 Mar 2017 312 bytes v0.0.0
{
  "name": "Comment within text",
  "options": {},
  "html": "this is  the text",
  "expected": [
    {
      "data": "this is ",
      "type": "text"
    },
    {
      "data": " the comment ",
      "type": "comment"
    },
    {
      "data": " the text",
      "type": "text"
    }
  ]
}