chore: update parser tests

This commit is contained in:
Steven
2023-12-16 11:34:55 +08:00
parent aee0e31b0a
commit 1237643028
12 changed files with 50 additions and 46 deletions

View File

@@ -39,7 +39,6 @@ func TestParagraphParser(t *testing.T) {
&ast.Text{
Content: "Hello world!",
},
&ast.LineBreak{},
},
},
},
@@ -50,7 +49,6 @@ func TestParagraphParser(t *testing.T) {
&ast.Text{
Content: "Hello world!",
},
&ast.LineBreak{},
},
},
},