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, 0 insertions, 42 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
deleted file mode 100644
index 24b189d7c9..0000000000
--- a/macros/generic/markdown/tests/testfiles/Markdown_1.0.3/links-shortcut-references.test
+++ /dev/null
@@ -1,42 +0,0 @@
-<<<
-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