{

"name": "Special char in comment",
"options": {},
"html": "<head><!-- commented out tags <title>Test</title>--></head>",
"expected": [
  {
    "type": "tag",
    "name": "head",
    "attribs": {},
    "children": [
      {
        "data": " commented out tags <title>Test</title>",
        "type": "comment"
      }
    ]
  }
]

}