summaryrefslogtreecommitdiff
path: root/test/files/jvm/xml05.scala
Commit message (Collapse)AuthorAgeFilesLines
* Restores XML entity fix.Paul Phillips2011-10-041-0/+7
| | | | | | Did something eat some whitespace? I don't know. This is almost the same commit as r25783, but with different whitespace. No review.
* Revert "Fix for XML entity bug."Paul Phillips2011-10-041-7/+0
| | | | | | Until I have a second to figure out how a checkfile whose contents are *recorded from running the test case* can fail to match. No review.
* Fix for XML entity bug.Paul Phillips2011-10-041-0/+7
Hard to believe a bug like this can exist this long. Cay Horstman showed me. // Hey, where's my eacute? scala> <city name="San Jos&eacute;"/>.attributes foreach println name="San Jos&;" No review.