aboutsummaryrefslogtreecommitdiffstats
path: root/tests/basic/links-reference.txt
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2010-10-11 23:59:55 -0400
committerWaylan Limberg <waylan@gmail.com>2010-10-11 23:59:55 -0400
commit3740aefd95f6a35d357ef78d3e4966ffd1baf388 (patch)
tree9aec48b392abec2368126fc5434a67ea90b4e63e /tests/basic/links-reference.txt
parentcbb8de8c5001b85dd28b6dca20c0bf58827167fb (diff)
downloadmarkdown-3740aefd95f6a35d357ef78d3e4966ffd1baf388.tar.gz
markdown-3740aefd95f6a35d357ef78d3e4966ffd1baf388.tar.bz2
markdown-3740aefd95f6a35d357ef78d3e4966ffd1baf388.zip
Added short reference links. No more hanging empty brackets on reference links; i.e., [this works]. Associated with and noted as missing when debuging Ticket 79.
Diffstat (limited to 'tests/basic/links-reference.txt')
-rw-r--r--tests/basic/links-reference.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/basic/links-reference.txt b/tests/basic/links-reference.txt
index c95a195..48a57fb 100644
--- a/tests/basic/links-reference.txt
+++ b/tests/basic/links-reference.txt
@@ -47,3 +47,10 @@ and [line
breaks[] with two spaces.
[line breaks]: http://example.com "Yes this works"
+
+[short ref]
+
+[short
+ref]
+
+[short ref]: http://example.com "No more hanging empty bracket!"