Test files › Documents › line-endings-crlf.txt
Sample TXT file
20 lines terminated with Windows CRLF (\r\n).
↓ Download line-endings-crlf.txt| Filename | line-endings-crlf.txt |
| Format | TXT |
| Size | 1.0 KB (1,071 bytes) |
| MIME type | text/plain; charset=utf-8 |
| SHA-256 | f1d13bf3e400ae9865148d88e8cbecbc553c5c78e76e833cf3b8e81d65280115 |
What this file catchesLine-based diffing, checksum comparison and CSV parsing that assumes LF. Pair with line-endings-lf.txt: the two must produce identical parsed rows.
Download & verify
curl -fsSL -o "line-endings-crlf.txt" "https://files.hexaqa.com/text/line-endings-crlf.txt"
curl -fsSL "https://files.hexaqa.com/text/line-endings-crlf.txt" | sha256sum
# expect: f1d13bf3e400ae9865148d88e8cbecbc553c5c78e76e833cf3b8e81d65280115