From 3740aefd95f6a35d357ef78d3e4966ffd1baf388 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Mon, 11 Oct 2010 23:59:55 -0400 Subject: 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. --- tests/basic/links-reference.html | 5 ++++- tests/basic/links-reference.txt | 7 +++++++ 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/basic/links-reference.html b/tests/basic/links-reference.html index 992525c..ae40975 100644 --- a/tests/basic/links-reference.html +++ b/tests/basic/links-reference.html @@ -15,4 +15,7 @@ breaks

and line breaks with one space.

and [line
-breaks[] with two spaces.

\ No newline at end of file +breaks[] with two spaces.

+

short ref

+

short +ref

\ No newline at end of file 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!" -- cgit v1.2.3