summaryrefslogtreecommitdiff
path: root/test/pending/script/error-messages.check
blob: 1aee1fb44a16fa59d80f86877a9a2f7519ad3c08 (plain) (blame)
1
2
3
4
5
6
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