2022-11-27 08:05:49PM
This commit is contained in:
parent
f906762b0a
commit
ba6a32d28f
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@ import (
|
|||
|
||||
func TestRender(t *testing.T) {
|
||||
txts := []string{
|
||||
"a + b = c",
|
||||
"\\\\frac{1}{2}",
|
||||
`a + b = c`,
|
||||
`\\frac{1}{2}`,
|
||||
}
|
||||
for _, txt := range txts {
|
||||
svg, err := Render(txt)
|
||||
|
|
|
|||
Loading…
Reference in a new issue