summaryrefslogtreecommitdiff
path: root/test/files/neg/t8015-ffb.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-8015 Unprintables in messagesSom Snytt2014-01-081-1/+1
| | | | | | The line content to display should include the whole line, inclusive of embedded line breaks, and any control chars should be displayed in unicode escape.
* SI-8015 Count lines by EOLsSom Snytt2014-01-081-0/+6
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.