summaryrefslogtreecommitdiff
path: root/test/files/jvm/xml05.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-10-04 16:51:08 +0000
committerPaul Phillips <paulp@improving.org>2011-10-04 16:51:08 +0000
commit10938bfc062511bbb19fe697235332e0e303ceab (patch)
treee1dda3ede7bb7bbcc2d313b34f20846e16261a65 /test/files/jvm/xml05.check
parentd1a7af8e27227c7625762fe10560e70853f6529a (diff)
downloadscala-10938bfc062511bbb19fe697235332e0e303ceab.tar.gz
scala-10938bfc062511bbb19fe697235332e0e303ceab.tar.bz2
scala-10938bfc062511bbb19fe697235332e0e303ceab.zip
Revert "Fix for XML entity bug."
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.
Diffstat (limited to 'test/files/jvm/xml05.check')
-rw-r--r--test/files/jvm/xml05.check11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/files/jvm/xml05.check b/test/files/jvm/xml05.check
deleted file mode 100644
index 21db1e7ef5..0000000000
--- a/test/files/jvm/xml05.check
+++ /dev/null
@@ -1,11 +0,0 @@
-Type in expressions to have them evaluated.
-Type :help for more information.
-
-scala>
-
-scala> <city name="San Jos&eacute;"/>
-res0: scala.xml.Elem = <city name="San Jos&eacute;"></city>
-
-scala>
-
-scala>