2022-11-27 08:05:49PM

This commit is contained in:
Alexander Wang 2022-11-27 20:05:49 -08:00
parent f906762b0a
commit ba6a32d28f
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE

View file

@ -7,8 +7,8 @@ import (
func TestRender(t *testing.T) { func TestRender(t *testing.T) {
txts := []string{ txts := []string{
"a + b = c", `a + b = c`,
"\\\\frac{1}{2}", `\\frac{1}{2}`,
} }
for _, txt := range txts { for _, txt := range txts {
svg, err := Render(txt) svg, err := Render(txt)