summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/testfiles/Markdown_1.0.3/links-inline-style.test
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/markdown/tests/testfiles/Markdown_1.0.3/links-inline-style.test')
-rw-r--r--macros/generic/markdown/tests/testfiles/Markdown_1.0.3/links-inline-style.test50
1 files changed, 0 insertions, 50 deletions
diff --git a/macros/generic/markdown/tests/testfiles/Markdown_1.0.3/links-inline-style.test b/macros/generic/markdown/tests/testfiles/Markdown_1.0.3/links-inline-style.test
deleted file mode 100644
index d956be1ede..0000000000
--- a/macros/generic/markdown/tests/testfiles/Markdown_1.0.3/links-inline-style.test
+++ /dev/null
@@ -1,50 +0,0 @@
-<<<
-Just a [URL](/url/).
-
-[URL and title](/url/ "title").
-
-[URL and title](/url/ "title preceded by two spaces").
-
-[URL and title](/url/ "title preceded by a tab").
-
-[URL and title](/url/ "title has spaces afterward" ).
-
-
-[Empty]().
-
->>>
-BEGIN link
-- label: URL
-- URI: /url/
-- title:
-END link
-interblockSeparator
-BEGIN link
-- label: URL and title
-- URI: /url/
-- title: title
-END link
-interblockSeparator
-BEGIN link
-- label: URL and title
-- URI: /url/
-- title: title preceded by two spaces
-END link
-interblockSeparator
-BEGIN link
-- label: URL and title
-- URI: /url/
-- title: title preceded by a tab
-END link
-interblockSeparator
-BEGIN link
-- label: URL and title
-- URI: /url/
-- title: title has spaces afterward
-END link
-interblockSeparator
-BEGIN link
-- label: Empty
-- URI:
-- title:
-END link