mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
make array.hex() use lowercase
This commit is contained in:
parent
15c5f671f0
commit
bfddb9a80f
7 changed files with 7 additions and 7 deletions
|
@ -19,5 +19,5 @@ fn test_crypto_rc4() {
|
|||
|
||||
c.reset()
|
||||
|
||||
assert src.hex() == '189A39A91AEA8AFA65'
|
||||
assert src.hex() == '189a39a91aea8afa65'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue