We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107fc28 commit c4fbd60Copy full SHA for c4fbd60
tests/PhpWordTests/Writer/RTF/Style/FontTest.php
@@ -117,7 +117,7 @@ public function testFontFormatting(): void
117
$style->setStrikethrough(true);
118
$style->setSuperScript(true);
119
$style->setNoProof(false);
120
- $expect = '\b\i\strike\super\scaps\v ';
+ $expect = '\b\i\strike\scaps\v\super ';
121
self::assertEquals($expect, $this->removeCr($writer));
122
123
// Disable styles (in case default is enabled)
0 commit comments