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?
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?