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 02da372 commit 9ac06ccCopy full SHA for 9ac06cc
tests/PhpWordTests/Writer/RTF/Style/ParagraphTest.php
@@ -160,7 +160,7 @@ public function testParagraphSpacing(): void
160
$style->setSpacing(30);
161
$style->setSpacingLineRule(LineSpacingRule::EXACT);
162
$style->setContextualSpacing(true);
163
- $expect = '\pard\sb480\sa360\sl30\slmult0\contextualspace\widctlpar ';
+ $expect = '\pard\sb480\sa360\sl-30\slmult0\contextualspace\widctlpar ';
164
self::assertEquals($expect, $this->removeCr($writer));
165
}
166
0 commit comments