Updating branch refs/heads/master
         to 977a764015a65387fd3e5c84cdaba4a60ad1975e (commit)
       from d4cd37b66c9f8aceb07c949021b84a626c0cda60 (commit)

commit 977a764015a65387fd3e5c84cdaba4a60ad1975e
Author: Christian Dywan <[email protected]>
Date:   Sun Jul 11 19:10:09 2010 +0200

    Add address parsing test case containing apostrophe

 tests/parsing.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tests/parsing.vala b/tests/parsing.vala
index febe057..3a1f6de 100644
--- a/tests/parsing.vala
+++ b/tests/parsing.vala
@@ -48,6 +48,7 @@ const TestCase[] addresses = {
     { "<mailto:[email protected]>", "[email protected] [email protected]" },
     { "'Klaus' <[email protected]>", "Klaus [email protected]" },
     { "\"Klaus\" <[email protected]>", "Klaus [email protected]" },
+    { "Bert O'Brian <[email protected]>", "Bert O'Brian [email protected]" },
     { "=?iso-8859-1?Q?M=2C_Alf?= <[email protected]>",
       "=?iso-8859-1?Q?M=2C_Alf?= [email protected]" }
 };
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to