summaryrefslogtreecommitdiff
path: root/test/files/pos/t5154.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-5154 Parse leading literal brace in XML patternSom Snytt2014-12-161-0/+9
Don't consume literal brace as Scala pattern. Previously, leading space would let the text parser `xText` handle it correctly instead.