Sha256: 4bcbf786e6b97c4ebd9c25d67be35569d0ad14aa8e3aa85f3fac0f620dfa83e2

Contents?: true

Size: 458 Bytes

Versions: 48

Compression:

Stored size: 458 Bytes

Contents

# -*- coding: utf-8 -*-
require 'helper'
require 'write_xlsx/workbook'
require 'write_xlsx/package/vml'

class TestWriteShapelayout < Test::Unit::TestCase
  def test_write_shapelayout
    vml = Writexlsx::Package::Vml.new
    vml.__send__('write_shapelayout', 1)
    result = vml.instance_variable_get(:@writer).string
    expected = '<o:shapelayout v:ext="edit"><o:idmap v:ext="edit" data="1"/></o:shapelayout>'
    assert_equal(expected, result)
  end
end

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
write_xlsx-0.86.0 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.85.11 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.85.10 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.85.9 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.85.8 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.85.7 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.85.6 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.85.5 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.85.4 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.85.3 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.85.2 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.85.1 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.83.0 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.81.1 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.81.0 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.80.0 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.79.0 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.78.0 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.77.2 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.77.1 test/package/vml/test_write_shapelayout.rb