From b53de502ab60930af81bd268aa572e1fb5fe19d3 Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Sat, 19 Jun 2010 21:39:21 +0000 Subject: Display the link name when external links are used in the toc macro. #5445 Contributed by Yuki Kita and Jean-Baptiste Barth git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3786 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/unit/helpers/application_helper_test.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/unit/helpers/application_helper_test.rb b/test/unit/helpers/application_helper_test.rb index ac3e78437..534135ecd 100644 --- a/test/unit/helpers/application_helper_test.rb +++ b/test/unit/helpers/application_helper_test.rb @@ -420,6 +420,7 @@ h2. Subtitle with %{color:red}red text% h1. Another title +h2. An "Internet link":http://www.redmine.org/ inside subtitle RAW expected = '' assert textilizable(raw).gsub("\n", "").include?(expected) -- cgit v1.2.3