UNPKG

e-lado

Version:

[![CircleCI](https://circleci.com/gh/sharetribe/sharetribe/tree/master.svg?style=svg)](https://circleci.com/gh/sharetribe/sharetribe/tree/master) [![Dependency Status](https://gemnasium.com/sharetribe/sharetribe.png)](https://gemnasium.com/sharetribe/shar

18 lines 368 B
{ "name": "Comment within text within script", "options": {}, "html": "<script>this is <!-- the comment --> the text</script>", "expected": [ { "type": "script", "name": "script", "attribs": {}, "children": [ { "data": "this is <!-- the comment --> the text", "type": "text" } ] } ] }