2022-11-28 07:12:17PM
This commit is contained in:
parent
160fa4451c
commit
53e0c56ccd
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}`,
|
||||||
`a + b
|
`a + b
|
||||||
= c
|
= c
|
||||||
`,
|
`,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue