summaryrefslogtreecommitdiff
path: root/test/files/neg/t4069.check
blob: 08e937bdfe2ad9d6a76de2c2c10730146f1adc90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
t4069.scala:7: error: unexpected end of input: possible missing '}' in XML block
          case 2 =>
          ^
t4069.scala:6: error: Missing closing brace `}' assumed here
            </div>
            ^
t4069.scala:9: error: in XML literal: in XML content, please use '}}' to express '}'
        }
        ^
t4069.scala:4: error:  I encountered a '}' where I didn't expect one, maybe this tag isn't closed <div>
            <div>
             ^
t4069.scala:10: error: '}' expected but eof found.
}
 ^
5 errors found