Skip to content

string _eq(==) method result unexpected #335

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

Closed
LiaoPeng opened this issue Nov 19, 2018 · 1 comment
Closed

string _eq(==) method result unexpected #335

LiaoPeng opened this issue Nov 19, 2018 · 1 comment
Labels

Comments

@LiaoPeng
Copy link
Contributor

The assemblyscript code

var left = "key1";
var right = "key2";
assert(left == right);

Expected: assert failed.
In fact: successfully

@MaxGraey
Copy link
Member

WebAssembly Studio use local version of AssemblyScript so latest fixes not yet reflected on it.
plz wait this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants