summaryrefslogtreecommitdiff
path: root/test/files/neg/xmlParsing001.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/xmlParsing001.check')
-rw-r--r--test/files/neg/xmlParsing001.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/neg/xmlParsing001.check b/test/files/neg/xmlParsing001.check
new file mode 100644
index 0000000000..0debd1c2dd
--- /dev/null
+++ b/test/files/neg/xmlParsing001.check
@@ -0,0 +1,7 @@
+xmlParsing001.scala:13: in XML literal: expected closing tag of hello
+ val y = <hello></hallo>.toString();
+ ^
+xmlParsing001.scala:13: in XML literal: '>' expected instead of '.'
+ val y = <hello></hallo>.toString();
+ ^
+two errors found