Add clsas for MD_STD_STRINGS more obscure string operations

This commit is contained in:
2025-01-16 14:21:04 +01:00
parent be437fcf5f
commit 9948ee5d3d
6 changed files with 106 additions and 1 deletions

View File

@ -739,6 +739,7 @@ final class MD_STD_Test extends TestCase {
self::assertEmpty(MD_STD::strpos_multi($haystack, $needles));
}
else {
self::assertNotEmpty(MD_STD::strpos_multi($haystack, $needles));
self::assertEquals($expected, MD_STD::strpos_multi($haystack, $needles)['position']);
}