mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cgen: fixes for ustring, makes utf8_util_test.v pass
This commit is contained in:
@@ -366,7 +366,7 @@ fn test_to_num() {
|
||||
assert s.u64() == 7
|
||||
f := '71.5 hasdf'
|
||||
// QTODO
|
||||
//assert f.f32() == 71.5
|
||||
assert f.f32() == 71.5
|
||||
vals := ['9']
|
||||
assert vals[0].int() == 9
|
||||
big := '93993993939322'
|
||||
|
Reference in New Issue
Block a user