summaryrefslogtreecommitdiff
path: root/test/files/neg/t2275b.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t2275b.check')
-rw-r--r--test/files/neg/t2275b.check10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/files/neg/t2275b.check b/test/files/neg/t2275b.check
new file mode 100644
index 0000000000..43e34cc4d3
--- /dev/null
+++ b/test/files/neg/t2275b.check
@@ -0,0 +1,10 @@
+t2275b.scala:2: error: in XML literal: in XML content, please use '}}' to express '}'
+ {<br>}xx
+ ^
+t2275b.scala:2: error: I encountered a '}' where I didn't expect one, maybe this tag isn't closed <br>
+ {<br>}xx
+ ^
+t2275b.scala:3: error: '}' expected but eof found.
+}
+ ^
+three errors found