diff options
author | David Wolever <wolever@cs.toronto.edu> | 2008-02-18 19:57:27 +0000 |
---|---|---|
committer | David Wolever <wolever@cs.toronto.edu> | 2008-02-18 19:57:27 +0000 |
commit | 50140b36b5bb09d8d270970a9e9e69bfe71cff04 (patch) | |
tree | d8835d563af117e8ab7354718195eb81dd27c7c3 /tests | |
parent | 4f63b9542f360d25cbcc7195c35f47c1baaf4b07 (diff) | |
download | markdown-50140b36b5bb09d8d270970a9e9e69bfe71cff04.tar.gz markdown-50140b36b5bb09d8d270970a9e9e69bfe71cff04.tar.bz2 markdown-50140b36b5bb09d8d270970a9e9e69bfe71cff04.zip |
Added svn:ignore properties to test directories, checked in failing test case.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/misc/bold_links.html | 2 | ||||
-rw-r--r-- | tests/misc/bold_links.txt | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/misc/bold_links.html b/tests/misc/bold_links.html new file mode 100644 index 0000000..7a1fadb --- /dev/null +++ b/tests/misc/bold_links.html @@ -0,0 +1,2 @@ +<p><strong>bold <a href="http://example.com">link</a></strong> +</p> diff --git a/tests/misc/bold_links.txt b/tests/misc/bold_links.txt new file mode 100644 index 0000000..a07f441 --- /dev/null +++ b/tests/misc/bold_links.txt @@ -0,0 +1 @@ +**bold [link](http://example.com)** |