Skip to content

Typo in files: "subE" is ⫅, not ⊆ #31

Description

@da99

Line 16 in test/expanded_test.rb: ['subE', 0x2286, nil, "skip", "⊆", ],
The decoded char is supposed to be:

Line 655 in lib/htmlentities/mappings/expanded.rb:
'subE' => 0x2286, # ⊆
should be
'subE' => 0x2ac5, # ⫅

I found this using this C-based parser: https://github.com/lexborisov/myhtml
Maybe you can use it as a C extension in the htmlentities gem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions