We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19907a0 commit 4af3e50Copy full SHA for 4af3e50
tests/String/StringHelperTest.php
@@ -209,7 +209,7 @@ public function providerGetWithoutInvisibleSymbols(): array
209
// 4. Только невидимые символы
210
"only invisible" => [
211
"input" => $zwsp . $nbsp . $inv,
212
- "expected" => "", // превращаются в пробелы -> схлопываются -> пусто
+ "expected" => ' ', // превращаются в пробелы -> схлопываются -> пусто
213
"removeDoubleBlanks" => true
214
],
215
0 commit comments