summaryrefslogtreecommitdiff
path: root/test/files/jvm/xml05.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-10-04 21:33:31 +0000
committerPaul Phillips <paulp@improving.org>2011-10-04 21:33:31 +0000
commitea562b4177eee9f8a00ac9005b7a786d7370563e (patch)
tree0078a3e0cda288a2b38c463e66f6ad81abdfa9f3 /test/files/jvm/xml05.scala
parent10938bfc062511bbb19fe697235332e0e303ceab (diff)
downloadscala-ea562b4177eee9f8a00ac9005b7a786d7370563e.tar.gz
scala-ea562b4177eee9f8a00ac9005b7a786d7370563e.tar.bz2
scala-ea562b4177eee9f8a00ac9005b7a786d7370563e.zip
Restores XML entity fix.
Did something eat some whitespace? I don't know. This is almost the same commit as r25783, but with different whitespace. No review.
Diffstat (limited to 'test/files/jvm/xml05.scala')
-rw-r--r--test/files/jvm/xml05.scala7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/jvm/xml05.scala b/test/files/jvm/xml05.scala
new file mode 100644
index 0000000000..52ae255393
--- /dev/null
+++ b/test/files/jvm/xml05.scala
@@ -0,0 +1,7 @@
+import scala.tools.partest.ReplTest
+
+object Test extends ReplTest {
+ def code = """
+<city name="San Jos&eacute;"/>
+ """
+} \ No newline at end of file