##// END OF EJS Templates
tests: alter email `From` line to a value that's consistently parsed...
Augie Fackler -
r41641:8c13f7b0 default
parent child Browse files
Show More
@@ -311,6 +311,7 b' test-impexp-branch.t'
311 test-import-bypass.t
311 test-import-bypass.t
312 test-import-context.t
312 test-import-context.t
313 test-import-eol.t
313 test-import-eol.t
314 test-import-git.t
314 test-import-merge.t
315 test-import-merge.t
315 test-import-unknown.t
316 test-import-unknown.t
316 test-import.t
317 test-import.t
@@ -826,7 +826,7 b' Test email metadata'
826
826
827 $ hg revert -qa
827 $ hg revert -qa
828 $ hg --encoding utf-8 import - <<EOF
828 $ hg --encoding utf-8 import - <<EOF
829 > From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= <hertzog@debian.org>
829 > From: =?utf-8?q?Rapha=C3=ABl_Hertzog_=3Chertzog=40debian=2Eorg=3E?=
830 > Subject: [PATCH] =?UTF-8?q?=C5=A7=E2=82=AC=C3=9F=E1=B9=AA?=
830 > Subject: [PATCH] =?UTF-8?q?=C5=A7=E2=82=AC=C3=9F=E1=B9=AA?=
831 >
831 >
832 > diff --git a/a b/a
832 > diff --git a/a b/a
General Comments 0
You need to be logged in to leave comments. Login now