summaryrefslogtreecommitdiff
path: root/test/files/run/t8015-ffc.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-8015 Count lines by EOLsSom Snytt2014-01-081-0/+7
Source lines were counted by "line break chars", including FF. Clients of `pos.line` seem to all expect the ordinary line num, so that is what they get. Unicode processing now precedes line ending processing.