Sunday, 9 March 2014

Re: [PATCH] increased support for named entities

I did generate the Entities file from my script. However this file was picked up from the latest html5lib test suite from the web. I don't think much can be done about changing the entity descriptions of the bad ones, since I did not generate this file. However I will make sure that the copyrights are properly added to the ones I generated ...


On Sun, Mar 9, 2014 at 5:57 PM, John Rickman Iyonix <rickman@argonet.co.uk> wrote:
rsk1994  wrote

> +        {
> +            "input": "&eacute",
> +            "description": "Named entity: eacute without a semi-colon",
> +            "output": [
> +                "ParseError",
> +                [
> +                    "Character",
> +                    "\u00e9"
> +                ]
> +            ]
> +        },

There is an inconsistency in the descriptions of entities without
semi-colons.
Most are as follows:

"description": "Bad named entity: Dagger without a semi-colon",

But 107 of the 2000 or so  entities have the word "Bad" missing from
their descriptions.


--
John Rickman -  http://rickman.orpheusweb.co.uk/lynx
"Poetry is a MUG's game" - TS Eliot


No comments:

Post a Comment