From 43f61eaf5f2a69609a1bd8b4d37a07bbd689760e Mon Sep 17 00:00:00 2001 From: Alexandre Morignot Date: Mon, 7 Sep 2020 13:22:46 +0200 Subject: [PATCH] Test public rooms list with unicode chars (#950) Related to https://github.com/matrix-org/synapse/pull/8262. Signed-off-by: Alexandre Morignot Co-authored-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 {