UNPKG

compound-ex4

Version:

Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)

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" } ] } ] }