换行符测试
Text files using LF (Unix), CRLF (Windows), CR (old Mac), and mixed newlines. For newline conversion testing and cross-platform compatibility checks.
LF(Unix)のテキストファイル
lf.txt / 704 B
CRLF(Windows)のテキストファイル
crlf.txt / 714 B
CR(旧Mac)のテキストファイル
cr.txt / 704 B
改行コード混在のテキストファイル
mixed.txt / 708 B
换行符测试的重要性
换行符因操作系统而异: Unix/Linux/macOS 用 LF,Windows 用 CRLF,经典 Mac OS 用 CR。
可用于验证版本控制(Git)、文本处理工具和编程语言中的换行符处理。