Commit b476346c by Edgar Hipp

commented out test for inlineimages

parent 5a752919
......@@ -121,15 +121,15 @@ describe 'image adding with {% image} syntax', ()->
buffer=zip.generate({type:"nodebuffer"})
fs.writeFile("test_multi.docx",buffer);
it 'should work with inline images',()->
name='imageInlineExample.docx'
# it 'should work with inline images',()->
# name='imageInlineExample.docx'
imageModule=new ImageModule()
docX[name].attachModule(imageModule)
# imageModule=new ImageModule()
# docX[name].attachModule(imageModule)
out=docX[name]
.load(docX[name].loadedContent)
.setData({firefox:'examples/image2.png'})
# out=docX[name]
# .load(docX[name].loadedContent)
# .setData({firefox:'examples/image2.png'})
out
.render()
# out
# .render()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment