sentientwaffle / feed-read

fetch & parse ATOM & RSS feeds with Node.js
MIT License
74 stars 61 forks source link

Labels: HEAD, master #9

Open jcbarton opened 9 years ago

jcbarton commented 9 years ago

Improve parse error handling

jcbarton commented 9 years ago

If a feed contains parse errors, these are returned in the callback. Before the change, null was passed in the callback (see changed test for an example)

sentientwaffle commented 9 years ago

Looks like the tests are failing, according to travis ci.