We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b669a0 commit 1bfc00cCopy full SHA for 1bfc00c
1 file changed
src/e2e/tests/users.rs
@@ -33,4 +33,6 @@ mutation LogIn($login: String!, $password: String!) {
33
fn test_unicode() {
34
check_login_and_password("猫鯉", "ありがとうございまので大丈夫");
35
check_login_and_password("💻🌐", "🔑");
36
+ check_login_and_password("死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死", "死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死死");
37
+ check_login_and_password("𘕣𗣳"𘕪𘛏𗄐𗷔 𗙫𗟩𗓮𘔔"", "𗫮");
38
}
0 commit comments