mirror of
https://github.com/rtk-ai/rtk.git
synced 2026-09-19 07:33:17 +08:00
eb088f2f65
- '\ No newline at end of file' survives to the output (in-hunk and the common new-side position just after the budget closes): it is the only witness of a trailing-newline-only change, which otherwise renders as two byte-identical -/+ lines. Real fixture; proven load-bearing by revert. - Non-UTF-8 stdin now always takes the raw-bytes branch, even when the stream parses: condensing would rewrite content bytes to U+FFFD, and byte fidelity outranks savings. (Base hard-errored here; raw passthrough is strictly better on both counts.) - Doc-comment bounds recorded for the mbox header-pair spoof and the raw-fallback newline append.
10 lines
164 B
Plaintext
10 lines
164 B
Plaintext
diff --git a/eol.txt b/eol.txt
|
|
index 0de73b7..e34bb3d 100644
|
|
--- a/eol.txt
|
|
+++ b/eol.txt
|
|
@@ -1,2 +1,2 @@
|
|
stable line
|
|
-content
|
|
+content
|
|
\ No newline at end of file
|