UNPKG

canonical

Version:

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

16 lines 307 B
{ "name": "xml entities", "options": { "handler": {}, "parser": {"decodeEntities": true, "xmlMode": true} }, "html": "&amp;&gt;&amp&lt;&uuml;&#x61;&#x62&#99;&#100&#101", "expected": [ { "event": "text", "data": [ "&>&amp<&uuml;a&#x62c&#100&#101" ] } ] }