- // });
- // it('dbg - don not store nodes in tranformation state!', function() {
- // var doc = getDocumentFromXML('<section><a></a><b></b></section>'),
- // a = doc.root.contents()[0],
- // b = doc.root.contents()[1];
+ expect(doc.root.getAttr('innerAttr')).to.equal('test1');
+ expect(doc.root.getAttr('outerAttr')).to.equal('test1');