1
0
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:
rxu
2024-09-02 22:26:58 +07:00
parent 472b36877c
commit c26ded6025
2 changed files with 7 additions and 8 deletions

View File

@@ -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 ...',
]
];
}