Skip to content

Commit

Permalink
Test public rooms list with unicode chars (#950)
Browse files Browse the repository at this point in the history
Related to matrix-org/synapse#8262.

Signed-off-by: Alexandre Morignot <erdnaxeli@cervoi.se>

Co-authored-by: Alexandre Morignot <erdnaxeli@cervoi.se>
  • Loading branch information
erdnaxeli and erdnaxeli authored Sep 7, 2020
1 parent 55346d2 commit 43f61ea
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/30rooms/70publicroomslist.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 43f61ea

Please sign in to comment.