test
This commit is contained in:
parent
39cc074757
commit
9812ea54fb
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ func TestTextMeasureMarkdown(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
for text, dims := range mdTexts {
|
for text, dims := range mdTexts {
|
||||||
width, height, err := textmeasure.MeasureMarkdown(text, ruler)
|
width, height, err := textmeasure.MeasureMarkdown(text, ruler, nil)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue