UNPKG

canonical

Version:

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

16 lines 262 B
{ "name": "numeric entities", "options": { "handler": {}, "parser": {"decodeEntities": true} }, "html": "a&#x62c&#100&#x66g&#x;&#x68", "expected": [ { "event": "text", "data": [ "abcdfg&#x;h" ] } ] }