From: Fletcher T. Penney Date: Thu, 1 Mar 2018 14:16:26 +0000 (-0500) Subject: ADDED: Add extra tests for variations on link types X-Git-Tag: 6.3.1^2~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d7e2670f7a8d100255d11869aadd69b2987c7cb;p=multimarkdown ADDED: Add extra tests for variations on link types --- diff --git a/tests/MMD6Tests/Link Variations.fodt b/tests/MMD6Tests/Link Variations.fodt new file mode 100644 index 0000000..be2fe47 --- /dev/null +++ b/tests/MMD6Tests/Link Variations.fodt @@ -0,0 +1,298 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Bibliography + + + + Link Variations + + + +Foo Bar + +Link to Foo Bar. + +Link to foo bar. + +Link to foobar. + +Link to Foo Bar. + +Link to . + +5 + +Link to Foo. + + + diff --git a/tests/MMD6Tests/Link Variations.html b/tests/MMD6Tests/Link Variations.html new file mode 100644 index 0000000..5b7e0f5 --- /dev/null +++ b/tests/MMD6Tests/Link Variations.html @@ -0,0 +1,27 @@ + + + + + Link Variations + + + +

Foo Bar

+ +

Link to Foo Bar.

+ +

Link to foo bar.

+ +

Link to foobar.

+ +

Link to Foo Bar.

+ +

Link to .

+ +

5

+ +

Link to Foo.

+ + + + diff --git a/tests/MMD6Tests/Link Variations.htmlc b/tests/MMD6Tests/Link Variations.htmlc new file mode 100644 index 0000000..7b669fa --- /dev/null +++ b/tests/MMD6Tests/Link Variations.htmlc @@ -0,0 +1,18 @@ +

Title: Link Variations +latex config: article

+ +

Foo Bar

+ +

Link to [Foo Bar].

+ +

Link to [foo bar].

+ +

Link to [foobar].

+ +

Link to Foo Bar.

+ +

Link to .

+ +

5

+ +

Link to [Foo][Foo Bar].

diff --git a/tests/MMD6Tests/Link Variations.tex b/tests/MMD6Tests/Link Variations.tex new file mode 100644 index 0000000..a25b7bd --- /dev/null +++ b/tests/MMD6Tests/Link Variations.tex @@ -0,0 +1,23 @@ +\input{mmd6-article-leader} +\def\mytitle{Link Variations} +\input{mmd6-article-begin} + +\chapter{Foo Bar } +\label{foobar} + +Link to Foo Bar (\autoref{foobar}). + +Link to foo bar (\autoref{foobar}). + +Link to foobar (\autoref{foobar}). + +Link to Foo Bar (\autoref{foobar}). + +Link to \autoref{foobar}. + +5 + +Link to Foo (\autoref{foobar}). + +\input{mmd6-article-footer} +\end{document} diff --git a/tests/MMD6Tests/Link Variations.text b/tests/MMD6Tests/Link Variations.text new file mode 100644 index 0000000..c6eb664 --- /dev/null +++ b/tests/MMD6Tests/Link Variations.text @@ -0,0 +1,19 @@ +Title: Link Variations +latex config: article + +## Foo Bar ## + +Link to [Foo Bar]. + +Link to [foo bar]. + +Link to [foobar]. + +Link to [Foo Bar](#foobar). + +Link to [](#foobar). + +5 + +Link to [Foo][Foo Bar]. +