rbren / rss-parser

A lightweight RSS parser, for Node and the browser
MIT License
1.35k stars 209 forks source link

Build fix related to 'rdf:about' #242

Closed d-line closed 1 year ago

d-line commented 1 year ago

Apparently, rdf:about is not always present. So it makes sense to verify its existence before accessing it. Simple if does the job.

Besides, some mock results in the test/output folder have to be regenerated to include rdf:about.

rbren commented 1 year ago

Thanks for the fix and the test!