Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MD5 getter doesn't work on windows #26

Closed
jinyus opened this issue Dec 18, 2019 · 2 comments
Closed

MD5 getter doesn't work on windows #26

jinyus opened this issue Dec 18, 2019 · 2 comments

Comments

@jinyus
Copy link
Contributor

jinyus commented Dec 18, 2019

print('abc'.md5);
the code above outputs "O°Ö?}(ár"

This is what I got when I ran the test:

00:01 +18 -1: StringX .md5) [E]
Expected: 'd41d8cd98f00b204e9800998ecf8427e'
Actual: 'Ô\x1DÙ\x00²\x04é\tøB~'
Which: is different.
Expected: d41d8cd98f ...
Actual: Ô\x1DÙ\x ...
^
Differ at offset 0

package:test_api expect
..\dartx\test\string_test.dart 126:7 main..

@jinyus jinyus changed the title MD5 getter doesn MD5 getter doesn't work on windows Dec 18, 2019
@simc
Copy link
Owner

simc commented Dec 18, 2019

Thanks for opening this issue. This has already been solved with #21 and will be part of the next release.

@passsy passsy mentioned this issue Jan 4, 2020
@simc
Copy link
Owner

simc commented Jan 17, 2020

This has been fixed with the latest version.

@simc simc closed this as completed Jan 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants