glimmerjs/glimmer-vm

fails to parse some html comments

Opened this issue · 0 comments

fails:

  • <!---my comment---> (3 dashes)

works half:

  • <!---my comment--> (3 dashes start, 2 dashes end), but printed as <!---y comment-->
  • <!my comment--> printed as <!----> (not valid anyway)