Skip to content

CRITICAL BUG: simple test case losing attribute name #6

@richardanaya

Description

@richardanaya
var test = '<thing><real id="width">300</real><real id="height">200</real></thing>';
parser(test, function (error, result) {
    if (error) {
        console.error(error);
    }
    else {
        console.log(JSON.stringify(result,null,'  '));
    }
});

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