chore(apply-patch) unicode scenario (#8141)

## Summary
Adds a unicode scenario, and fills in files on failing scenarios to
ensure directory state is unchanged, for completeness

## Testing
- [x] only changes tests
This commit is contained in:
Dylan Hurd 2025-12-16 22:40:22 -08:00 committed by GitHub
parent 70913effc3
commit ae3793eb5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1 @@
stable

View file

@ -0,0 +1,3 @@
line1
naïve café ✅
line3

View file

@ -0,0 +1,3 @@
line1
naïve café
line3

View file

@ -0,0 +1,7 @@
*** Begin Patch
*** Update File: foo.txt
@@
line1
-naïve café
+naïve café ✅
*** End Patch