##// END OF EJS Templates
Use more obvious non-ascii characters in unicode test
Thomas Kluyver -
Show More
@@ -22,5 +22,5 b' def test_bad():'
22
22
23 def test_passwd_check_unicode():
23 def test_passwd_check_unicode():
24 # GH issue #4524
24 # GH issue #4524
25 phash = u'sha1:9dc18846ca26:6bb62badc41fde529c258a8a7fbe259a91313df8'
25 phash = u'sha1:23862bc21dd3:7a415a95ae4580582e314072143d9c382c491e4f'
26 assert passwd_check(phash, u'mypassword³') No newline at end of file
26 assert passwd_check(phash, u"łe¶ŧ←↓→") No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now