From 00c1c0ac1fb9258747c56ff77a4a35beb44bd994 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 1 Jul 2013 12:14:02 +0100 Subject: [PATCH] Make the test for #53499 more obviously correct --- dbus/dbus-address.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbus/dbus-address.c b/dbus/dbus-address.c index 6506d21..18f0094 100644 --- a/dbus/dbus-address.c +++ b/dbus/dbus-address.c @@ -680,7 +680,7 @@ static const EscapeTest escape_tests[] = { { "i", "i" }, { "z", "z" }, /* Bug: https://bugs.freedesktop.org/show_bug.cgi?id=53499 */ - { "%c3%b6", "\303\266" } + { "%c3%b6", "\xc3\xb6" } }; static const char* invalid_escaped_values[] = { -- 2.7.4