Commit 398eafa
committed
Add grepdiff-status test to TESTS
This test verifies that grepdiff -s/--status correctly shows:
+ for file additions (old file is /dev/null)
- for file removals (new file is /dev/null)
! for file modifications (both files exist)
The test also verifies that --empty-files-as-absent works correctly
with -s to treat files with empty old versions as additions rather
than modifications.
The test currently fails - it documents the correct expected behavior
that needs to be implemented.
Assisted-by: Claude Code1 parent af71373 commit 398eafa
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| 228 | + | |
228 | 229 | | |
229 | 230 | | |
230 | 231 | | |
| |||
0 commit comments