chore(apply-patch) scenarios for e2e testing (#7567)

## Summary
This PR introduces an End to End test suite for apply-patch, so we can
easily validate behavior against other implementations as well.

## Testing
- [x] These are tests
This commit is contained in:
Dylan Hurd
2025-12-04 16:20:54 -08:00
committed by GitHub
parent 0972cd9404
commit 073a8533b8
51 changed files with 277 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
line1
line2

View File

@@ -0,0 +1,2 @@
line1
line2

View File

@@ -0,0 +1,6 @@
*** Begin Patch
*** Update File: modify.txt
@@
-missing
+changed
*** End Patch