Skip to content

Commit 24f3463

Browse files
committed
remove output
1 parent c0ed4ab commit 24f3463

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ v0.15.0 (?? ??? 2018)
88
### Added
99
- Parsing of "align" HTML attribute - @troosan #1231
1010
- Parse formatting inside HTML lists - @troosan @samimussbach #1239 #945 #1215 #508
11-
- Parsing of CSS `direction` instruction, HTML `lang` attribute, formatting inside table cell - @troosan #
11+
- Parsing of CSS `direction` instruction, HTML `lang` attribute, formatting inside table cell - @troosan #1273 #1252 #1254
1212

1313
### Fixed
1414
- fix reading of docx default style - @troosan #1238
1515
- fix the size unit of when parsing html images - @troosan #1254
16+
- fixed HTML parsing of nested lists - @troosan #1265
1617

1718

1819

tests/PhpWord/Shared/HtmlTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ public function testOrderedNestedListNumbering()
323323
Html::addHtml($section, $html, false, false);
324324

325325
$doc = TestHelperDOCX::getDocument($phpWord, 'Word2007');
326-
echo $doc->printXml();
326+
327327
$this->assertTrue($doc->elementExists('/w:document/w:body/w:p/w:pPr/w:numPr/w:numId'));
328328
$this->assertTrue($doc->elementExists('/w:document/w:body/w:p/w:r/w:t'));
329329

0 commit comments

Comments
 (0)