summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/pending/script/errors.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/pending/script/errors.check b/test/pending/script/errors.check
new file mode 100644
index 0000000000..1aee1fb44a
--- /dev/null
+++ b/test/pending/script/errors.check
@@ -0,0 +1,7 @@
+errors.scala:7: error: in XML literal: expected closing tag of hello
+<hello> </there>
+ ^
+errors.scala:7: error: start tag was here: <hello>
+<hello> </there>
+
+two errors found