summaryrefslogtreecommitdiff
path: root/test/files/neg/t8015-ffa.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-8015 Count lines by EOLsSom Snytt2014-01-081-0/+8
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.