From 486532d0168911ac6c37b90042462cc2c0d8e750 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sun, 8 Mar 2020 18:06:17 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20Vditor=20=E6=89=80=E8=A7=81?= =?UTF-8?q?=E5=8D=B3=E6=89=80=E5=BE=97=E6=A8=A1=E5=BC=8F=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E5=BC=95=E7=94=A8=E5=AE=9A=E4=B9=89=20https:?= =?UTF-8?q?//github.com/Vanessa219/vditor/issues/55?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/m2v_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
"},