Skip to content

Commit

Permalink
Show multi newline
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnsth committed Jul 18, 2018
1 parent b36101a commit 6dda02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf/creator/creator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ func TestTableCellWrapping(t *testing.T) {
table.SkipRows(1)
cell = table.NewCell()
cell.SetBorder(CellBorderStyleBox, 1)
p = NewParagraph("This is\nnewline\nwrapped")
p = NewParagraph("This is\nnewline\nwrapped\n\nmulti")
p.SetEnableWrap(true)
cell.SetContent(p)

Expand Down

0 comments on commit 6dda02e

Please sign in to comment.