wikimedia / html-metadata

MetaData html scraper and parser for Node.js (supports Promises and callback style)
MIT License
138 stars 44 forks source link

Promisifymerged #19

Closed mvolz closed 9 years ago

mvolz commented 9 years ago

Still some issues:

assert.js deepEqual seems to be passing empty strings. It also passed a string with differences deep in the string; i.e. when I was in the process of merging, I still had the old string it expected from turtle_article.html and it was passing despite the new string having additional tags i.e. audio. But doing things like removing the d from 'dublinCore' still made it fail?