diff options
author | xuri <xuri.me@gmail.com> | 2020-08-22 18:58:43 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2020-08-22 18:58:43 +0800 |
commit | 88de2f8d510b0959bbb672b80656d207bd0bc927 (patch) | |
tree | 2f7c37bffac4ecad92aaf253877667ce2348a843 /cell_test.go | |
parent | 3c8c8c55c8128c5bb94fe28451f58fbc5fb4a118 (diff) |
Default row height compatibility with Apache OpenOffice and Kingsoft WPS, unit test update and typo fixed
Diffstat (limited to 'cell_test.go')
-rw-r--r-- | cell_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cell_test.go b/cell_test.go index ba4cd83..441a694 100644 --- a/cell_test.go +++ b/cell_test.go @@ -190,7 +190,7 @@ func TestSetCellRichText(t *testing.T) { assert.NoError(t, f.SetColWidth("Sheet1", "A", "A", 44)) richTextRun := []RichTextRun{ { - Text: "blod", + Text: "bold", Font: &Font{ Bold: true, Color: "2354e8", |