summaryrefslogtreecommitdiff
path: root/test/files/neg/xmlParsing001.check
blob: 0debd1c2dd901216003b91fd6730e3a54ecbc1d7 (plain) (blame)
1
2
3
4
5
6
7
xmlParsing001.scala:13: in XML literal: expected closing tag of hello
  val y = <hello></hallo>.toString();
                        ^
xmlParsing001.scala:13: in XML literal: '>' expected instead of '.'
  val y = <hello></hallo>.toString();
                         ^
two errors found