UNPKG

canonical

Version:

Canonical code style linter and formatter for JavaScript, SCSS and CSS.

16 lines 285 B
{ "name": "named entities", "options": { "handler": {}, "parser": {"decodeEntities": true} }, "html": "&amp;el&lt;er&CounterClockwiseContourIntegral;foo&bar", "expected": [ { "event": "text", "data": [ "&el<er\u2233foo&bar" ] } ] }