Dummy implementation that doesn't do what we want

This commit is contained in:
Joshua Hoeflich 2021-08-14 17:59:53 -05:00
parent b031eb0e54
commit ff2c3d7945
10 changed files with 79 additions and 2 deletions

View file

@ -1620,4 +1620,9 @@ mod gen_num {
// overflow
assert_evals_to!("Num.isMultipleOf -9223372036854775808 -1", true, bool);
}
#[test]
fn num_bytes_to_u16_ascii() {
assert_evals_to!("Num.bytesToU16 0", 0.0, f64);
}
}