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, 50 insertions, 0 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
new file mode 100644
index 0000000000..d956be1ede
--- /dev/null
+++ b/macros/generic/markdown/tests/testfiles/Markdown_1.0.3/links-inline-style.test
@@ -0,0 +1,50 @@
+<<<
+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