From 1599e909fd5c7a80f51247d7232c7627693206e6 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Thu, 25 Mar 2010 13:50:13 -0400 Subject: Fixed ticket 59. Reference links now strip angle brackets from the url. --- tests/basic/links-reference.html | 4 +++- tests/basic/links-reference.txt | 8 ++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'tests/basic') diff --git a/tests/basic/links-reference.html b/tests/basic/links-reference.html index 165c71a..9780bf3 100644 --- a/tests/basic/links-reference.html +++ b/tests/basic/links-reference.html @@ -7,4 +7,6 @@

Indented thrice.

Indented [four][] times.

[four]: /url
-
\ No newline at end of file + +

With angle brackets.

+

And without.

\ No newline at end of file diff --git a/tests/basic/links-reference.txt b/tests/basic/links-reference.txt index b2fa734..9993b10 100644 --- a/tests/basic/links-reference.txt +++ b/tests/basic/links-reference.txt @@ -29,3 +29,11 @@ Indented [four][] times. [b]: /url/ + +With [angle brackets][]. + +And [without][]. + +[angle brackets]: "Angle Brackets" +[without]: http://example.com/ "Without angle brackets." + -- cgit v1.2.3