diff --git a/tests/model/HTMLTextTest.php b/tests/model/HTMLTextTest.php index a5ed4856c..c2b11a0d4 100644 --- a/tests/model/HTMLTextTest.php +++ b/tests/model/HTMLTextTest.php @@ -103,6 +103,8 @@ class HTMLTextTest extends SapphireTest { '
First Mr. sentence. Second sentence.
' => 'First Mr. sentence.', "Sentence with {$many}words. Second sentence.
" => "Sentence with {$many}words.", + 'This classic picture book features a repetitive format that lends itself to audience interaction. Illustrator Eric Carle submitted new, bolder artwork for the 25th anniversary edition.
' + => 'This classic picture book features a repetitive format that lends itself to audience interaction.' ); foreach($cases as $orig => $match) {