Skip to content

ConstructingParser adds space between two predefined entities when no other text is present #107

Open
@cayhorstmann

Description

@cayhorstmann
scala.xml.parsing.ConstructingParser.fromSource(scala.io.Source.fromString("<div>&lt;&lt;</div>"), false).document
res0: scala.xml.Document = Document(<div>&lt; &lt;</div>)

Note the space between the two &lt;.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions