summaryrefslogtreecommitdiff
path: root/test/files/neg/xmltruncated7.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/xmltruncated7.check')
-rw-r--r--test/files/neg/xmltruncated7.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/neg/xmltruncated7.check b/test/files/neg/xmltruncated7.check
new file mode 100644
index 0000000000..67e7bd4b18
--- /dev/null
+++ b/test/files/neg/xmltruncated7.check
@@ -0,0 +1,7 @@
+xmltruncated7.scala:2: error: in XML literal: in XML content, please use '}}' to express '}'
+ <p>foo}: </p>
+ ^
+xmltruncated7.scala:2: error: I encountered a '}' where I didn't expect one, maybe this tag isn't closed <p>
+ <p>foo}: </p>
+ ^
+two errors found