Skip to content

Commit 43f61ea

Browse files
authored
Test public rooms list with unicode chars (#950)
Related to matrix-org/synapse#8262. Signed-off-by: Alexandre Morignot <[email protected]> Co-authored-by: Alexandre Morignot <[email protected]>
1 parent 55346d2 commit 43f61ea

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/30rooms/70publicroomslist.pl

+10
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@
1616
name => "name_2",
1717
topic => "topic_2",
1818
},
19+
publicroom_with_unicode_chars_name => {
20+
name => "un nom français",
21+
},
22+
publicroom_with_unicode_chars_topic => {
23+
topic => "un topic à la française",
24+
},
25+
publicroom_with_unicode_chars_name_topic => {
26+
name => "un nom français",
27+
topic => "un topic à la française",
28+
},
1929
);
2030

2131
Future->needs_all( map {

0 commit comments

Comments
 (0)