ashi009 / ashi009/node-fast-html-parser
Could not get attribute
Open
- 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.