~maxgyver83/emailbook

Bug fix: sort test/book-expected.txt v1 PROPOSED

Jakob Lorenz: 1
 Bug fix: sort test/book-expected.txt

 1 files changed, 4 insertions(+), 4 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~maxgyver83/emailbook/patches/51786/mbox | git am -3
Learn more about email & git

[PATCH] Bug fix: sort test/book-expected.txt Export this patch

---
11fdc9ba breaks the parse test, now we expect a sorted book

 test/book-expected.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/book-expected.txt b/test/book-expected.txt
index a47fef2..84726c4 100644
--- a/test/book-expected.txt
+++ b/test/book-expected.txt
@@ -1,6 +1,6 @@
John Doe <john.doe@example.com>
Erika Mustermann <e.mustermann@example.com>
<max.m@example.com>
<mario.r@example.com>
张三 <zhang.san@example.com>
<max.m@example.com>
Erika Mustermann <e.mustermann@example.com>
John Doe <john.doe@example.com>
Maria Rossi <maria.r@example.com>
张三 <zhang.san@example.com>
-- 
2.45.0