Changes between Initial Version and Version 1 of Ticket #2603, comment 21
- Timestamp:
- 2014-02-26T21:21:22Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2603, comment 21
initial v1 2 2 > There is no world in which \n followed by \r is a newline, so the case for '\n' doesn't seem right. But that's not the problem. 3 3 4 You mean except old-world Mac? 4 You mean except old-world Mac? (Or wait, that was only \r?) 5 5 6 6 Anyway, the problem is the logic that if old strlen is same as new strlen, we don't need to run the algorithm. `"abc\r\n"` => `"abc\\\n"`