mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update parser tests
This commit is contained in:
@@ -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{},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user