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) {
|
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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue