Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81145 views
1
{
2
"name": "Comment false ending",
3
"options": {},
4
"html": "<!-- a-b-> -->",
5
"expected": [
6
{ "event": "comment", "data": [ " a-b-> " ] },
7
{ "event": "commentend", "data": [] }
8
]
9
}
10
11