Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/e2e/tests/users.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@ mutation LogIn($login: String!, $password: String!) {
fn test_unicode() {
check_login_and_password("猫鯉", "ありがとうございまので大丈夫");
check_login_and_password("💻🌐", "🔑");
check_login_and_password("死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死", "死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死");
check_login_and_password("𘕣𗣳\"𘕪𘛏𗄐𗷔 𗙫𗟩𗓮𘔔\"", "𗫮");
}