mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
make array.hex() use lowercase
This commit is contained in:

committed by
Alexander Medvednikov

parent
15c5f671f0
commit
bfddb9a80f
@ -5,5 +5,5 @@
|
||||
import crypto.md5
|
||||
|
||||
fn test_crypto_md5() {
|
||||
assert md5.sum('this is a md5 checksum.'.bytes()).hex() == '6FB421FF99036547655984DA12973431'
|
||||
assert md5.sum('this is a md5 checksum.'.bytes()).hex() == '6fb421ff99036547655984da12973431'
|
||||
}
|
||||
|
Reference in New Issue
Block a user