a150319f8d6cfb962bc2a70cf270ca0c68f34c20ed46222ff695510f7db38b6c64ec6edf0a40b729a592a25b2bed0eecd13995029bd4bf30296bc4513eb48c 368 B

123456789101112131415161718
  1. {
  2. "name": "Comment within text within script",
  3. "options": {},
  4. "html": "<script>this is <!-- the comment --> the text</script>",
  5. "expected": [
  6. {
  7. "type": "script",
  8. "name": "script",
  9. "attribs": {},
  10. "children": [
  11. {
  12. "data": "this is <!-- the comment --> the text",
  13. "type": "text"
  14. }
  15. ]
  16. }
  17. ]
  18. }