diff --git a/test/m2v_test.go b/test/m2v_test.go index d2fa5254ae..92a2a8ee4a 100644 --- a/test/m2v_test.go +++ b/test/m2v_test.go @@ -18,7 +18,7 @@ import ( var md2VditorTests = []parseTest{ - {"11", "[foo][1]\n\n[1]: /bar\n", "

foo\n

[1]: /bar\n

"}, + {"11", "[foo][1]\n\n[1]: /bar\n", "

\u200bfoo\u200b\n

[1]: /bar\n

"}, {"10", "Foo\n ---\n", "

Foo\n---\n

"}, {"9", " ***\n ***\n\n- - - -", "
***\n ***\n

"}, {"8", " ***\n", "
***\n
"},