diff --git a/tests/StringyTest.php b/tests/StringyTest.php index f4ef910..94b1398 100644 --- a/tests/StringyTest.php +++ b/tests/StringyTest.php @@ -1409,18 +1409,18 @@ class StringyTestCase extends PHPUnit_Framework_TestCase array('Test foo...', 'Test foo bar', 11, '...'), array('Test...', 'Test foo bar', 8, '...'), array('Test...', 'Test foo bar', 7, '...'), - array('...', 'Test foo bar', 4, '...'), + array('T...', 'Test foo bar', 4, '...'), array('Test....', 'Test foo bar', 11, '....'), - array('Test fòô bàř', 'Test fòô bàř', 12, '', 'UTF-8'), - array('Test fòô', 'Test fòô bàř', 11, '', 'UTF-8'), - array('Test fòô', 'Test fòô bàř', 8, '', 'UTF-8'), - array('Test', 'Test fòô bàř', 7, '', 'UTF-8'), - array('Test', 'Test fòô bàř', 4, '', 'UTF-8'), - array('Test fòô bàř', 'Test fòô bàř', 12, 'ϰϰ', 'UTF-8'), - array('Test fòôϰϰ', 'Test fòô bàř', 11, 'ϰϰ', 'UTF-8'), - array('Testϰϰ', 'Test fòô bàř', 8, 'ϰϰ', 'UTF-8'), - array('Testϰϰ', 'Test fòô bàř', 7, 'ϰϰ', 'UTF-8'), - array('ϰϰ', 'Test fòô bàř', 4, 'ϰϰ', 'UTF-8'), + array('Tëst fòô bàř', 'Tëst fòô bàř', 12, '', 'UTF-8'), + array('Tëst fòô', 'Tëst fòô bàř', 11, '', 'UTF-8'), + array('Tëst fòô', 'Tëst fòô bàř', 8, '', 'UTF-8'), + array('Tëst', 'Tëst fòô bàř', 7, '', 'UTF-8'), + array('Tëst', 'Tëst fòô bàř', 4, '', 'UTF-8'), + array('Tëst fòô bàř', 'Tëst fòô bàř', 12, 'ϰϰ', 'UTF-8'), + array('Tëst fòôϰϰ', 'Tëst fòô bàř', 11, 'ϰϰ', 'UTF-8'), + array('Tëstϰϰ', 'Tëst fòô bàř', 8, 'ϰϰ', 'UTF-8'), + array('Tëstϰϰ', 'Tëst fòô bàř', 7, 'ϰϰ', 'UTF-8'), + array('Tëϰϰ', 'Tëst fòô bàř', 4, 'ϰϰ', 'UTF-8'), array('What are your plans...', 'What are your plans today?', 22, '...') ); }