From d988c84008c58a70df92b2b92052915e4b34f113 Mon Sep 17 00:00:00 2001 From: "Fletcher T. Penney" Date: Sun, 5 Mar 2017 12:07:36 -0500 Subject: [PATCH] ADDED: Update Inline Footnote test --- tests/MMD6Tests/Inline Footnotes.fodt | 2 ++ tests/MMD6Tests/Inline Footnotes.html | 6 ++++++ tests/MMD6Tests/Inline Footnotes.htmlc | 2 ++ tests/MMD6Tests/Inline Footnotes.tex | 2 ++ tests/MMD6Tests/Inline Footnotes.text | 2 ++ 5 files changed, 14 insertions(+) diff --git a/tests/MMD6Tests/Inline Footnotes.fodt b/tests/MMD6Tests/Inline Footnotes.fodt index a45fa64..bf8f502 100644 --- a/tests/MMD6Tests/Inline Footnotes.fodt +++ b/tests/MMD6Tests/Inline Footnotes.fodt @@ -274,6 +274,8 @@ Inline.foo bar foo foo. + +Inline.foo bar diff --git a/tests/MMD6Tests/Inline Footnotes.html b/tests/MMD6Tests/Inline Footnotes.html index aea0650..811f419 100644 --- a/tests/MMD6Tests/Inline Footnotes.html +++ b/tests/MMD6Tests/Inline Footnotes.html @@ -10,6 +10,8 @@

Inline.[2]

+

Inline.[3]

+

    @@ -24,6 +26,10 @@ foo.  ↩

    +
  1. +

    foo bar  ↩

    +
  2. +
diff --git a/tests/MMD6Tests/Inline Footnotes.htmlc b/tests/MMD6Tests/Inline Footnotes.htmlc index fba65ee..f1fcf66 100644 --- a/tests/MMD6Tests/Inline Footnotes.htmlc +++ b/tests/MMD6Tests/Inline Footnotes.htmlc @@ -6,3 +6,5 @@ latex config: article

Inline.[^foo bar foo foo.]

+ +

Inline.[^foo bar]

diff --git a/tests/MMD6Tests/Inline Footnotes.tex b/tests/MMD6Tests/Inline Footnotes.tex index 5ff14a8..d3f70da 100644 --- a/tests/MMD6Tests/Inline Footnotes.tex +++ b/tests/MMD6Tests/Inline Footnotes.tex @@ -8,5 +8,7 @@ Inline.\footnote{foo \emph{bar} \href{/bar}{foo}\footnote{\href{/bar}{\slash bar}} \textbf{foo}.} +Inline.\footnote{foo \emph{bar}} + \input{mmd6-article-footer} \end{document} diff --git a/tests/MMD6Tests/Inline Footnotes.text b/tests/MMD6Tests/Inline Footnotes.text index 653d670..c88fc32 100644 --- a/tests/MMD6Tests/Inline Footnotes.text +++ b/tests/MMD6Tests/Inline Footnotes.text @@ -6,3 +6,5 @@ Inline.[^foo *bar*] Inline.[^foo *bar* [foo](/bar) **foo**.] + +Inline.[^foo *bar*] -- 2.50.1