diff --git a/search_api.test b/search_api.test index 8988302..23f36bc 100644 --- a/search_api.test +++ b/search_api.test @@ -1062,7 +1062,7 @@ class SearchApiUnitTest extends DrupalWebTestCase { protected function checkHtmlFilter() { $orig = <<a test. +"something">a test.

Header

How to write links to other sites: <a href="URL" title="MOUSEOVER TEXT">TEXT</a>. < signs can be escaped with "&lt;". @@ -1071,6 +1071,7 @@ END; $tags = << 'This', 'score' => 1), @@ -1078,6 +1079,7 @@ END; array('value' => 'something', 'score' => 1.5), array('value' => 'a', 'score' => 1.5), array('value' => 'test', 'score' => 1.5), + array('value' => 'Header', 'score' => 3), array('value' => 'How', 'score' => 1), array('value' => 'to', 'score' => 1), array('value' => 'write', 'score' => 1),