This commit is contained in:
Alexander Wang 2022-12-22 00:46:46 -08:00
parent 39cc074757
commit 9812ea54fb
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE

View file

@ -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)
} }