Sha256: 5c49d5ec6939759b107488c01af19bb77902b1b68fd35e105af5a2ccff9d84e9
Contents?: true
Size: 320 Bytes
Versions: 8
Compression:
Stored size: 320 Bytes
Contents
# -*- coding: utf-8 -*- require 'helper' class TestRange < Minitest::Test include Writexlsx::Utility def test_range_0_0_1_1 assert_equal( 'B1', xl_range(0, 0, 1, 1) ) end def test_range_0_0_1_1_1_1_1_1 assert_equal( '$B$1', xl_range(0, 0, 1, 1, 1, 1, 1, 1) ) end end
Version data entries
8 entries across 8 versions & 1 rubygems