From: Fletcher T. Penney Date: Sat, 11 Feb 2017 17:13:53 +0000 (-0500) Subject: ADDED: Update Citations test suite X-Git-Tag: 0.3.0a^2~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=194fcfdaf2849bd2d07b0e5bf3846777ada81997;p=multimarkdown ADDED: Update Citations test suite --- diff --git a/tests/MMD6Tests/Citations.html b/tests/MMD6Tests/Citations.html index bffd651..2de9e97 100644 --- a/tests/MMD6Tests/Citations.html +++ b/tests/MMD6Tests/Citations.html @@ -11,7 +11,13 @@
  1. -

    John Doe. A Totally Fake Book. Vanity Press, 2006.  ↩

    +

    John Doe. A Totally Fake Book. Vanity Press, 2006. +  ↩

    +
  2. + +
  3. +

    John Doe. A Totally Fake Book. Vanity Press, 2006. +  ↩

diff --git a/tests/MMD6Tests/Citations.htmlc b/tests/MMD6Tests/Citations.htmlc index 2a77d6e..47e6648 100644 --- a/tests/MMD6Tests/Citations.htmlc +++ b/tests/MMD6Tests/Citations.htmlc @@ -1,9 +1,13 @@ -

[#first]

+

[#foo1]

-

[p. 123][#first]

+

[p. 123][#foo1]

-

[][#first]

+

[][#foo1]

-

[Not Cited][#first]

+

[Not Cited][#foo2]

-

[#first]: John Doe. A Totally Fake Book. Vanity Press, 2006.

+

[#foo1]: John Doe. A Totally Fake Book. Vanity Press, 2006.

+ +

[#foo2]: John Doe. A Totally Fake Book. Vanity Press, 2006.

+ +

[#foo3]: John Doe. A Totally Fake Book. Vanity Press, 2006.

diff --git a/tests/MMD6Tests/Citations.text b/tests/MMD6Tests/Citations.text index 6540e77..bd48666 100644 --- a/tests/MMD6Tests/Citations.text +++ b/tests/MMD6Tests/Citations.text @@ -1,10 +1,13 @@ -[#first] +[#foo1] -[p. 123][#first] +[p. 123][#foo1] -[][#first] +[][#foo1] -[Not Cited][#first] +[Not Cited][#foo2] +[#foo1]: John Doe. *A Totally Fake Book*. Vanity Press, 2006. -[#first]: John Doe. *A Totally Fake Book*. Vanity Press, 2006. +[#foo2]: John Doe. *A Totally Fake Book*. Vanity Press, 2006. + +[#foo3]: John Doe. *A Totally Fake Book*. Vanity Press, 2006.