remove output
This commit is contained in:
parent
c0ed4ab03d
commit
24f3463f9a
|
|
@ -8,11 +8,12 @@ v0.15.0 (?? ??? 2018)
|
||||||
### Added
|
### Added
|
||||||
- Parsing of "align" HTML attribute - @troosan #1231
|
- Parsing of "align" HTML attribute - @troosan #1231
|
||||||
- Parse formatting inside HTML lists - @troosan @samimussbach #1239 #945 #1215 #508
|
- Parse formatting inside HTML lists - @troosan @samimussbach #1239 #945 #1215 #508
|
||||||
- Parsing of CSS `direction` instruction, HTML `lang` attribute, formatting inside table cell - @troosan #
|
- Parsing of CSS `direction` instruction, HTML `lang` attribute, formatting inside table cell - @troosan #1273 #1252 #1254
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- fix reading of docx default style - @troosan #1238
|
- fix reading of docx default style - @troosan #1238
|
||||||
- fix the size unit of when parsing html images - @troosan #1254
|
- fix the size unit of when parsing html images - @troosan #1254
|
||||||
|
- fixed HTML parsing of nested lists - @troosan #1265
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -323,7 +323,7 @@ class HtmlTest extends \PHPUnit\Framework\TestCase
|
||||||
Html::addHtml($section, $html, false, false);
|
Html::addHtml($section, $html, false, false);
|
||||||
|
|
||||||
$doc = TestHelperDOCX::getDocument($phpWord, 'Word2007');
|
$doc = TestHelperDOCX::getDocument($phpWord, 'Word2007');
|
||||||
echo $doc->printXml();
|
|
||||||
$this->assertTrue($doc->elementExists('/w:document/w:body/w:p/w:pPr/w:numPr/w:numId'));
|
$this->assertTrue($doc->elementExists('/w:document/w:body/w:p/w:pPr/w:numPr/w:numId'));
|
||||||
$this->assertTrue($doc->elementExists('/w:document/w:body/w:p/w:r/w:t'));
|
$this->assertTrue($doc->elementExists('/w:document/w:body/w:p/w:r/w:t'));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue