We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bytes
Pick any of the editor on the documentation website here and modify the result as
fn main { let b1 : Bytes = b"abcd" println(b1) // true }
It will output:
ac
while we expect it to output:
b"\x61\x62\x63\x64"
Reported by @Demonmasterlqx
The text was updated successfully, but these errors were encountered:
note this bug only appears in the code mirror based IDE, I could not reproduce in https://try.moonbitlang.cn/
Sorry, something went wrong.
This is likely due to the out-of-dated moonbit-pad @bzy-debug
bzy-debug
No branches or pull requests
Pick any of the editor on the documentation website here and modify the result as
It will output:
while we expect it to output:
Reported by @Demonmasterlqx
The text was updated successfully, but these errors were encountered: