Skip to content

Commit c4fbd60

Browse files
authored
Update FontTest.php
1 parent 107fc28 commit c4fbd60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PhpWordTests/Writer/RTF/Style/FontTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function testFontFormatting(): void
117117
$style->setStrikethrough(true);
118118
$style->setSuperScript(true);
119119
$style->setNoProof(false);
120-
$expect = '\b\i\strike\super\scaps\v ';
120+
$expect = '\b\i\strike\scaps\v\super ';
121121
self::assertEquals($expect, $this->removeCr($writer));
122122

123123
// Disable styles (in case default is enabled)

0 commit comments

Comments
 (0)