diff --git a/test/html.js b/test/html.js index b3da8ad..32bf39b 100644 --- a/test/html.js +++ b/test/html.js @@ -326,7 +326,7 @@ describe('HTML Parser', function () { root.firstChild.attributes.should.eql({ 'a': '13', }); - root.firstChild.toString().should.eql('
'); + root.firstChild.toString().should.eql(''); }); it('should add an attribute to the element', function () { var root = parseHTML('');