diff options
| author | Shulhan <ms@kilabit.info> | 2026-04-13 19:14:38 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-04-13 19:14:38 +0700 |
| commit | 2d3a245cbba808e58699efcce263cc380491f921 (patch) | |
| tree | 9e52a801972bab3f6523eb0bfe13d2d800519123 /_content/journal/2026/unified_diff/mixed.uni | |
| parent | ece7d12c4ed13e7e2b9a5355dc4579afa55f8711 (diff) | |
| download | kilabit.info-2d3a245cbba808e58699efcce263cc380491f921.tar.xz | |
journal/2026: new journal "Implementing Unified Diff"
I am writing this journal to understand the format in details
while working on the implementations.
Diffstat (limited to '_content/journal/2026/unified_diff/mixed.uni')
| -rw-r--r-- | _content/journal/2026/unified_diff/mixed.uni | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/_content/journal/2026/unified_diff/mixed.uni b/_content/journal/2026/unified_diff/mixed.uni new file mode 100644 index 0000000..abd883d --- /dev/null +++ b/_content/journal/2026/unified_diff/mixed.uni @@ -0,0 +1,22 @@ +--- old ++++ new +@@ -1,10 +1,8 @@ + a + b + c +-d +-e ++E + f +-g + h + i + j +@@ -12,5 +10,5 @@ + l + m + n +-o +-p ++O ++P |
