From b45ac5541a49c634e8cf29819f7d153beb058598 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Mon, 9 Mar 2020 21:56:46 +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?=E8=84=9A=E6=B3=A8=20https://github.com/Vanessa219/vditor/issue?= =?UTF-8?q?s/119?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/m2v_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/m2v_test.go b/test/m2v_test.go index 12bdfd2a37..e222e42914 100644 --- a/test/m2v_test.go +++ b/test/m2v_test.go @@ -18,11 +18,11 @@ import ( var md2VditorTests = []parseTest{ - {"15", "foo\n\n[^1]: 111\n\n[2]: 222\n", ""}, - {"14", "[^1]\n\n[^1]:\n", "

1\n

"}, + {"15", "foo\n\n[^1]: 111\n\n[2]: 222\n", "

foo\n

[2]: 222\n
  1. 111\n

"}, + {"14", "[^1]\n\n[^1]:\n", "

\u200b1\u200b\n

"}, {"13", "[toc]\n\n# foo", "
foo

foo

"}, - {"12", "foo[^1]\n[^1]:bar\n * baz", "

foo1\n

  1. bar\n

    • baz
"}, - {"11", "[foo][1]\n\n[1]: /bar\n", "

\u200bfoo\u200b\n

[1]: /bar\n

"}, + {"12", "foo[^1]\n[^1]:bar\n * baz", "

foo1\u200b\n

  1. bar\n

    • baz
"}, + {"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
"},