diff options
| author | Geremia Taglialatela <[email protected]> | 2023-04-08 00:00:33 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-04-08 00:00:33 +0200 |
| commit | 555a3cc193458679a9fc6f8cc664b3cfe590fa74 (patch) | |
| tree | 44cd59fec2f2ef6a702973188c6fcc1e3cd8e224 /test | |
| parent | 6b7b7ebb8656d3c35c0b585872742f35da9e8caa (diff) | |
| download | caxlsx-555a3cc193458679a9fc6f8cc664b3cfe590fa74.tar.gz caxlsx-555a3cc193458679a9fc6f8cc664b3cfe590fa74.zip | |
Fix an indentation issue manually
Also regenerate config
Diffstat (limited to 'test')
| -rw-r--r-- | test/tc_axlsx.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/tc_axlsx.rb b/test/tc_axlsx.rb index e9ea0be6..af9d505c 100644 --- a/test/tc_axlsx.rb +++ b/test/tc_axlsx.rb @@ -3,7 +3,8 @@ require 'tc_helper.rb' class TestAxlsx < Test::Unit::TestCase def setup_wide - @wide_test_points = { "A3" => 0, + @wide_test_points = { + "A3" => 0, "Z3" => 25, "B3" => 1, "AA3" => 1 * 26 + 0, |
