From 194fcfdaf2849bd2d07b0e5bf3846777ada81997 Mon Sep 17 00:00:00 2001 From: "Fletcher T. Penney" Date: Sat, 11 Feb 2017 12:13:53 -0500 Subject: [PATCH] ADDED: Update Citations test suite --- tests/MMD6Tests/Citations.html | 8 +++++++- tests/MMD6Tests/Citations.htmlc | 14 +++++++++----- tests/MMD6Tests/Citations.text | 13 ++++++++----- 3 files changed, 24 insertions(+), 11 deletions(-) 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.