summaryrefslogtreecommitdiff
path: root/test/files/neg/t3769.check
blob: 40ccf05ff3f084a444d8889a4b50d06967fa4f2f (plain) (blame)
1
2
3
4
5
6
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