We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
scala.xml.parsing.ConstructingParser.fromSource(scala.io.Source.fromString("<div><<</div>"), false).document res0: scala.xml.Document = Document(<div>< <</div>)
Note the space between the two <.
<