summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/testfiles/Markdown_1.0.3/links-shortcut-references.test
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/markdown/tests/testfiles/Markdown_1.0.3/links-shortcut-references.test')
-rw-r--r--macros/generic/markdown/tests/testfiles/Markdown_1.0.3/links-shortcut-references.test42
1 files changed, 42 insertions, 0 deletions
diff --git a/macros/generic/markdown/tests/testfiles/Markdown_1.0.3/links-shortcut-references.test b/macros/generic/markdown/tests/testfiles/Markdown_1.0.3/links-shortcut-references.test
new file mode 100644
index 0000000000..24b189d7c9
--- /dev/null
+++ b/macros/generic/markdown/tests/testfiles/Markdown_1.0.3/links-shortcut-references.test
@@ -0,0 +1,42 @@
+<<<
+This is the [simple case].
+
+[simple case]: /simple
+
+
+
+This one has a [line
+break].
+
+[line break]: /foo
+
+
+[this] [that] and the [other]
+
+[this]: /this
+[that]: /that
+[other]: /other
+
+>>>
+BEGIN link
+- label: simple case
+- URI: /simple
+- title:
+END link
+interblockSeparator
+BEGIN link
+- label: line break
+- URI: /foo
+- title:
+END link
+interblockSeparator
+BEGIN link
+- label: this
+- URI: /that
+- title:
+END link
+BEGIN link
+- label: other
+- URI: /other
+- title:
+END link