File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,11 +59,11 @@ public function testItCanUseACustomBreakCharacter() : void
59
59
$ result = StringUtil::wordwrap ($ this ->dummyText , 60 , 'H ' );
60
60
61
61
$ expected = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, H " .
62
- "sed do eiusmod tempor incididunt ut labore et dolore magna H " .
62
+ "sed do eiusmod tempor incididunt ut labore et dolore magna H " .
63
63
"aliqua. Ut enim ad minim veniam, quis nostrud exercitation H " .
64
64
"ullamco laboris nisi ut aliquip ex ea commodo consequat. H " .
65
65
"Duis aute irure dolor in reprehenderit in voluptate velit H " .
66
- "esse cillum dolore eu fugiat nulla pariatur. Excepteur sint H " .
66
+ "esse cillum dolore eu fugiat nulla pariatur. Excepteur sint H " .
67
67
"occaecat cupidatat non proident, sunt in culpa qui officia H " .
68
68
"deserunt mollit anim id est laborum " ;
69
69
@@ -87,7 +87,7 @@ public function testSplitItemBug() : void
87
87
$ test = 'item three I guess it isn \'t that bad, is it ? ' ;
88
88
89
89
self ::assertEquals (
90
- "item three \nI guess it \nisn't that \nbad, is it \n? " ,
90
+ "item three \nI guess it \nisn't that \nbad, is it \n? " ,
91
91
StringUtil::wordwrap ($ test , 11 )
92
92
);
93
93
}
You can’t perform that action at this time.
0 commit comments