summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/testfiles/Markdown_1.0.3/auto-links.test
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/markdown/tests/testfiles/Markdown_1.0.3/auto-links.test')
-rw-r--r--macros/generic/markdown/tests/testfiles/Markdown_1.0.3/auto-links.test52
1 files changed, 52 insertions, 0 deletions
diff --git a/macros/generic/markdown/tests/testfiles/Markdown_1.0.3/auto-links.test b/macros/generic/markdown/tests/testfiles/Markdown_1.0.3/auto-links.test
new file mode 100644
index 0000000000..765a85d3e2
--- /dev/null
+++ b/macros/generic/markdown/tests/testfiles/Markdown_1.0.3/auto-links.test
@@ -0,0 +1,52 @@
+<<<
+Link: <http://example.com/>.
+
+With an ampersand: <http://example.com/?foo=1&bar=2>
+
+* In a list?
+* <http://example.com/>
+* It should.
+
+> Blockquoted: <http://example.com/>
+
+Auto-links should not occur here: `<http://example.com/>`
+
+ or here: <http://example.com/>
+>>>
+BEGIN link
+- label: http://example.com/
+- URI: http://example.com/
+- title:
+END link
+interblockSeparator
+BEGIN link
+- label: http://example.com/?foo=1(ampersand)bar=2
+- URI: http://example.com/?foo=1(ampersand)bar=2
+- title:
+END link
+interblockSeparator
+ulBeginTight
+ulItem
+ulItemEnd
+ulItem
+BEGIN link
+- label: http://example.com/
+- URI: http://example.com/
+- title:
+END link
+ulItemEnd
+ulItem
+ulItemEnd
+ulEndTight
+interblockSeparator
+blockQuoteBegin
+BEGIN link
+- label: http://example.com/
+- URI: http://example.com/
+- title:
+END link
+blockQuoteEnd
+interblockSeparator
+codeSpan: <http://example.com/>
+interblockSeparator
+inputVerbatim: ./_markdown_test/d65b41d110c17fbc771809f553258ff5.verbatim