From c6714b6411557c593ad6849cb8e5330945088415 Mon Sep 17 00:00:00 2001 From: mjk Date: Mon, 31 Oct 2022 17:04:45 +0000 Subject: fix: URI parsing: Properly unescape XMPP URIs and handle unknown query types --- test/no_gui/test_styling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/no_gui/test_styling.py b/test/no_gui/test_styling.py index e80584a01..af6ed9f83 100644 --- a/test/no_gui/test_styling.py +++ b/test/no_gui/test_styling.py @@ -295,7 +295,7 @@ URIS = [ 'xmpp:asd@at', 'xmpp:asd@asd.at', 'xmpp:asd-asd@asd.asdasd.at.', - #'xmpp:me@%5B::1%5D', FIXME: unescape before validating domainpart + 'xmpp:me@%5B::1%5D', 'xmpp:myself@127.13.42.69', 'xmpp:myself@127.13.42.69/localhost', 'xmpp:%23room%25irc.example@biboumi.xmpp.example', -- cgit v1.2.3