Skip to content

html parser doesn't handle cdata #59

@ForbesLindesay

Description

@ForbesLindesay
<![CDATA[
This should be CDATA...
]]>

results in

[ { data: '[CDATA[\nThis should be CDATA...\n]]',
    type: 'comment' } ]

when it should result in

[ { data: '\nThis should be CDATA...\n',
    type: 'cdata' } ]

using version 3.1.5

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions