From 45e77f37712c465394b8864ea100cafe305a0543 Mon Sep 17 00:00:00 2001 From: taoqf Date: Fri, 7 Feb 2020 20:38:40 +0800 Subject: [PATCH] add code test --- test/html.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/html.js b/test/html.js index 8ba5645..ebc0d93 100644 --- a/test/html.js +++ b/test/html.js @@ -511,6 +511,7 @@ describe('HTML Parser', function () { root.firstChild.attributes.alt.should.eql(`Verissimo, Ilaria D'Amico: «Sogno una bambina. Buffon mi ha chiesto in moglie tante volte»`); root.firstChild.setAttribute('alt', '«Sogno'); root.firstChild.getAttribute('alt').should.eql('«Sogno'); + root.firstChild.rawAttributes.alt.should.eql('«Sogno'); }); }); });