From 7e0b40c87dd4d8faf4be4b8ba13aa79959f4a547 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Mon, 3 Mar 2008 01:49:59 +0000 Subject: Some tests I forgot to checking with recent commits. --- tests/markdown-test/auto-links.html | 8 +++++--- tests/markdown-test/auto-links.txt | 6 +++++- tests/misc/blockquote.html | 22 ++++++++++++++++++++++ tests/misc/blockquote.txt | 21 +++++++++++++++++++++ 4 files changed, 53 insertions(+), 4 deletions(-) create mode 100644 tests/misc/blockquote.html create mode 100644 tests/misc/blockquote.txt diff --git a/tests/markdown-test/auto-links.html b/tests/markdown-test/auto-links.html index 2b22fea..229ebb4 100644 --- a/tests/markdown-test/auto-links.html +++ b/tests/markdown-test/auto-links.html @@ -1,6 +1,9 @@ -

Link: http://example.com/.

+

Https link: https://example.com +

+

Ftp link: ftp://example.com +

With an ampersand: http://example.com/?foo=1&bar=2