Files
rtk-ai__rtk/tests/fixtures/diff/git_diff_no_eol_raw.txt
kylehgc eb088f2f65 fix(diff): preclear round 3 -- keep the no-newline marker, strict UTF-8 gate
- '\ 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.
2026-08-30 22:29:17 +00:00

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