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.77.0 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.76.3 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.76.2 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.76.1 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.76.0 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.75.0 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.74.0 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.73.0 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.72.3.beta1 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.72.2 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.72.1 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.72.0 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.71.0 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.70.0 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.69.0 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.65.1 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.65.0 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.64.1 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.64.0 test/package/vml/test_write_shapelayout.rb
write_xlsx-0.62.0 test/package/vml/test_write_shapelayout.rb