parent
428bf450a1
commit
276e16b245
2 changed files with 4 additions and 4 deletions
|
@ -108,7 +108,7 @@ describe("V2XmlFormatter", () => {
|
|||
testFormatter(xmlFormatter, options, "issue-288");
|
||||
});
|
||||
|
||||
it("should handle mixed content on the same line as another element", () => {
|
||||
it("should handle mixed content on the same line as another element without error", () => {
|
||||
testFormatter(xmlFormatter, options, "issue-294");
|
||||
});
|
||||
});
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<xsl:stylesheet version="1.0">
|
||||
<div>
|
||||
ThisCausesBug <img src="test"/>
|
||||
<img src="test"/>
|
||||
</div>
|
||||
ThisCausesBug <img src="test"/>
|
||||
<img src="test"/>
|
||||
</div>
|
||||
</xsl:stylesheet>
|
Loading…
Add table
Reference in a new issue