Skip to content

Commit 4af3e50

Browse files
committed
testGetWithoutInvisibleSymbols fix
1 parent 19907a0 commit 4af3e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/String/StringHelperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public function providerGetWithoutInvisibleSymbols(): array
209209
// 4. Только невидимые символы
210210
"only invisible" => [
211211
"input" => $zwsp . $nbsp . $inv,
212-
"expected" => "", // превращаются в пробелы -> схлопываются -> пусто
212+
"expected" => ' ', // превращаются в пробелы -> схлопываются -> пусто
213213
"removeDoubleBlanks" => true
214214
],
215215

0 commit comments

Comments
 (0)