Open tonyfettes opened 1 month ago
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
note this bug only appears in the code mirror based IDE, I could not reproduce in https://try.moonbitlang.cn/
This is likely due to the out-of-dated moonbit-pad @bzy-debug
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