From 38013de8572ee9b6c9b5873d6f9e0bf6876215ed Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 23 Jan 2011 09:12:50 -0800 Subject: Textile writer: Don't HTML-escape between @'s. --- tests/writer.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/writer.textile b/tests/writer.textile index ee67a7f33..2d4bff717 100644 --- a/tests/writer.textile +++ b/tests/writer.textile @@ -450,7 +450,7 @@ So is *_this_* word. So is *_this_* word. -This is code: @>@, @$@, @\@, @\$@, @<html>@. +This is code: @>@, @$@, @\@, @\$@, @@. -This is _strikeout_.- @@ -630,7 +630,7 @@ An e-mail address: "nobody@nowhere.net":mailto:nobody@nowhere.net bq. Blockquoted: "http://example.com/":http://example.com/ -Auto-links should not occur here: @<http://example.com/>@ +Auto-links should not occur here: @@ bc. or here: <http://example.com/> -- cgit v1.2.3