Contribution Date
Technology
Contribution Project
Contribution Details
+++ b/tests/src/Kernel/ArrayTest.php
@@ -57,4 +57,22 @@ class ArrayTest extends KernelTestBase {
+ 'join:/' => 'a-b-c-d',
+ 'join' => 'a-b-c-d',
+ 'join:, ' => 'a-b-c-d',
+ 'join: ' => 'a-b-c-d',
Shouldn't the delimiter in these strings override the join specified in the options? Where is this delimiter used anyway?
Contribution Issue Link
Contribution Link
Files count
0
Patches count
0