Matt Explosion
Results
1
issues of
Matt Explosion
Putting an unclosed character ref (`&#`) in XML causes an infinite loop. Example code: ``` import scala.io.Source import scala.xml.parsing.XhtmlParser val text = "test &# test " XhtmlParser(Source.fromString(text)) ```
bug
help wanted