ashi009 / ashi009/node-fast-html-parser

Could not get attribute

Open
#9 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
166
Forks
150
PR merge metrics
No merged PRs in 30d

Description

If the attribute value contains `"`, then the attribute will break. like this:
```js
var root = parseHTML('

');
root.firstChild.attributes.should.eql({
'a': '12',
'data-id': '!$$&',
'yAz': '1',
'data-props': 'abc"d' // abc
});
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.