X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/fadd66e0cc7a22d06a1d8f4ab08871fec8dafcdf..419caedb08b1a6c81b20cef6bcf3ae48559606cb:/src/smartxml/smartxml.test.js?ds=sidebyside diff --git a/src/smartxml/smartxml.test.js b/src/smartxml/smartxml.test.js index 67ada78..ccaf0ef 100644 --- a/src/smartxml/smartxml.test.js +++ b/src/smartxml/smartxml.test.js @@ -313,7 +313,7 @@ describe('smartxml', function() { expect(node.contents()[2].getText()).to.equal(' a cat!'); }); - it('unwrap single node from its parent', function() { + it('unwrap single element node from its parent', function() { var doc = getDocumentFromXML('
'), div = doc.root, a = div.contents()[0], @@ -326,6 +326,19 @@ describe('smartxml', function() { expect(div.contents()[0].sameNode(b)).to.equal(true, 'node got unwrapped'); }); + it('unwrap single text node from its parent', function() { + var doc = getDocumentFromXML('