summaryrefslogtreecommitdiff
path: root/test/files/neg/xmltruncated6.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/xmltruncated6.check')
-rw-r--r--test/files/neg/xmltruncated6.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/neg/xmltruncated6.check b/test/files/neg/xmltruncated6.check
new file mode 100644
index 0000000000..7e1346ae4d
--- /dev/null
+++ b/test/files/neg/xmltruncated6.check
@@ -0,0 +1,7 @@
+xmltruncated6.scala:2: error: ';' expected but eof found.
+ val stuff = <a>{ "no closing brace"
+ ^
+xmltruncated6.scala:3: error: Input ended while parsing XML
+
+^
+two errors found