sentientwaffle / feed-read

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

Labels: HEAD, master #9

Open jcbarton opened 10 years ago

jcbarton commented 10 years ago

Improve parse error handling

jcbarton commented 10 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 10 years ago

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