summaryrefslogtreecommitdiff
path: root/macros/generic/markdown/tests/testfiles/PHP_Markdown/auto-links.test
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/markdown/tests/testfiles/PHP_Markdown/auto-links.test')
-rw-r--r--macros/generic/markdown/tests/testfiles/PHP_Markdown/auto-links.test16
1 files changed, 16 insertions, 0 deletions
diff --git a/macros/generic/markdown/tests/testfiles/PHP_Markdown/auto-links.test b/macros/generic/markdown/tests/testfiles/PHP_Markdown/auto-links.test
new file mode 100644
index 0000000000..ba3ee16d9a
--- /dev/null
+++ b/macros/generic/markdown/tests/testfiles/PHP_Markdown/auto-links.test
@@ -0,0 +1,16 @@
+<<<
+<HTTP://WWW.SOMEURL.COM>
+
+<hr@company.com>
+>>>
+BEGIN link
+- label: HTTP://WWW.SOMEURL.COM
+- URI: HTTP://WWW.SOMEURL.COM
+- title:
+END link
+interblockSeparator
+BEGIN link
+- label: hr@company.com
+- URI: mailto:hr@company.com
+- title:
+END link