Skip to content

Incorrect indentation with xmlWhitespaceSensitivity "preserve" inside a sibling of a text node #995

@stephenwade

Description

@stephenwade

xmlWhitespaceSensitivity

preserve

Input XML

<a>
  Text
  <b>
    <c />
  </b>
</a>

Current output XML

<a>
  Text
  <b>
  <c />
</b>
</a>

Expected output XML

<a>
  Text
  <b>
    <c />
  </b>
</a>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions