summaryrefslogtreecommitdiff
path: root/test/files/neg/xmlstart.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/xmlstart.check')
-rw-r--r--test/files/neg/xmlstart.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/xmlstart.check b/test/files/neg/xmlstart.check
new file mode 100644
index 0000000000..3756a84095
--- /dev/null
+++ b/test/files/neg/xmlstart.check
@@ -0,0 +1,4 @@
+xmlstart.scala:3: ';' expected but $XML< found.
+ val aTest = 3 <hello ; //XML start!
+ ^
+one error found