From c62f8376a13e7a4f493167aba1c66a9201fc59c6 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Wed, 26 Nov 2025 19:02:28 -0500 Subject: New upstream version 3.0.0. --- test/roo/test_open_office.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/roo/test_open_office.rb') diff --git a/test/roo/test_open_office.rb b/test/roo/test_open_office.rb index 18083a5..897945a 100644 --- a/test/roo/test_open_office.rb +++ b/test/roo/test_open_office.rb @@ -224,7 +224,7 @@ class TestRooOpenOffice < Minitest::Test assert workbook.empty?("C", 1) assert workbook.empty?("D", 1) expected = 1 - letter = "e" + letter = String.new("e") while letter <= "u" assert_equal expected, workbook.cell(letter, 1) letter.succ! -- cgit v1.2.3