Skip to content

Commit

Permalink
Added test for reading multiple paragraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
fd committed Apr 20, 2009
1 parent 128df15 commit a33ec58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified test/paragraph.ods
Binary file not shown.
1 change: 1 addition & 0 deletions test/test_roo.rb
Expand Up @@ -4880,6 +4880,7 @@ def test_cell_multiline
oo.default_sheet = oo.sheets.first
assert_equal "This is a test\nof a multiline\nCell", oo.cell(1,1)
assert_equal "This is a test\n\nof a multiline\n\nCell", oo.cell(1,2)
assert_equal "first p\n\nsecond p\n\nlast p", oo.cell(2,1)
end
# if EXCELX
# oo = Excelx.new(File.join(TESTDIR,"boolean.xlsx"))
Expand Down

0 comments on commit a33ec58

Please sign in to comment.