Skip to content

Commit ea7a670

Browse files
committed
Typo Tolerated By Windows but Not By Unix
1 parent 3527052 commit ea7a670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PhpWordTests/Reader/MsDocTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function testLoad(): void
6262

6363
public function testLoadHalfPointFont(): void
6464
{
65-
$filename = __DIR__ . '/../_files/documents/reader.font-halfpoint.doc ';
65+
$filename = __DIR__ . '/../_files/documents/reader.font-halfpoint.doc';
6666
$phpWord = IOFactory::load($filename, 'MsDoc');
6767
$sections = $phpWord->getSections();
6868
self::assertCount(1, $sections);

0 commit comments

Comments
 (0)