aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/t3769.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/t3769.check')
-rw-r--r--tests/untried/neg/t3769.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/untried/neg/t3769.check b/tests/untried/neg/t3769.check
new file mode 100644
index 000000000..40ccf05ff
--- /dev/null
+++ b/tests/untried/neg/t3769.check
@@ -0,0 +1,7 @@
+t3769.scala:2: error: in XML literal: expected closing tag of a
+ val x = <b> <c><a></c> {"text"} </b>
+ ^
+t3769.scala:2: error: start tag was here: a>
+ val x = <b> <c><a></c> {"text"} </b>
+ ^
+two errors found