diff --git a/test/vditor_renderer_test.go b/test/vditor_renderer_test.go index b4fc800022..d89795d7b6 100644 --- a/test/vditor_renderer_test.go +++ b/test/vditor_renderer_test.go @@ -110,6 +110,7 @@ func TestVditorDOM2Md(t *testing.T) { var spinVditorDOMTests = []*parseTest{ + {"59", ``, ""}, {"58", "

![](/bar)\n

", "

\"\"\n

"}, {"57", "

/\\_\\_foo__.\n

", "

/\\_\\_foo__.\n

"}, {"56", "

[foo](bar)\n

", "

[foo](bar)\n

"},