mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 16:27:38 +02:00
[ticket/17387] Fix handling unicode strings
PHPBB-17387
This commit is contained in:
@@ -117,7 +117,7 @@ class phpbb_functions_content_get_context_test extends TestCase
|
||||
'text' => 'Manzana,plátano,naranja,fresa,mango,uva,piña,pera,kiwi,cereza,sandía,melón,papaya,arándano,durazno',
|
||||
'words' => ['piña'],
|
||||
'length' => 20,
|
||||
'expected' => '... uva,piña,pera, ...',
|
||||
'expected' => '... uva,piña,pera ...',
|
||||
]
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user