From 80b810453c84a85ba72a60e2f3b60df9b97e047a Mon Sep 17 00:00:00 2001 From: Alexandre Morignot Date: Sat, 5 Sep 2020 12:46:47 +0200 Subject: [PATCH] Test public rooms list with unicode chars Related to https://github.com/matrix-org/synapse/pull/8262. Signed-off-by: Alexandre Morignot --- tests/30rooms/70publicroomslist.pl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/30rooms/70publicroomslist.pl b/tests/30rooms/70publicroomslist.pl index 6743d0127..b57a96519 100644 --- a/tests/30rooms/70publicroomslist.pl +++ b/tests/30rooms/70publicroomslist.pl @@ -16,6 +16,16 @@ name => "name_2", topic => "topic_2", }, + publicroom_with_unicode_chars_name => { + name => "un nom français", + }, + publicroom_with_unicode_chars_topic => { + topic => "un topic à la française", + }, + publicroom_with_unicode_chars_name_topic => { + name => "un nom français", + topic => "un topic à la française", + }, ); Future->needs_all( map {