Sha256: f2b6f6c466a62e1c26c9f7b8c8877331f8c9bf49f8d759988736787ee44475aa
Contents?: true
Size: 503 Bytes
Versions: 7
Compression:
Stored size: 503 Bytes
Contents
# -*- coding: utf-8 -*- require 'helper' class TestRegressionHyperlink08 < Test::Unit::TestCase def setup setup_dir_var end def teardown @tempfile.close(true) end def test_hyperlink08 @xlsx = 'hyperlink08.xlsx' workbook = WriteXLSX.new(@io) worksheet = workbook.add_worksheet worksheet.write_url('A1', 'external://VBOXSVR/share/foo.xlsx', 'J:/foo.xlsx') worksheet.write_url('A3', 'external:foo.xlsx') workbook.close compare_for_regression end end
Version data entries
7 entries across 7 versions & 1 rubygems