From e1330b8a54db9a997ec458b7cfe4e2d43674c22d Mon Sep 17 00:00:00 2001 From: Ken West Date: Wed, 6 Nov 2013 10:30:20 +1100 Subject: [PATCH] CRM-13690 added unit test for html2text and token --- tests/phpunit/CRM/Utils/HtmlToTextTest.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/tests/phpunit/CRM/Utils/HtmlToTextTest.php b/tests/phpunit/CRM/Utils/HtmlToTextTest.php index ecce076452..681e978e6c 100644 --- a/tests/phpunit/CRM/Utils/HtmlToTextTest.php +++ b/tests/phpunit/CRM/Utils/HtmlToTextTest.php @@ -17,7 +17,17 @@ mailto tags. This is also a really long long line Links: ------ [1] http://www.example.com -' +', + ' +

+A token +is not treated as a relative URL' => ' +A token [1] is not treated as a relative URL + +Links: +------ +[1] {action.do_something} +', ); function get_info() { -- 2.25.1