mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
json: decode/encode time.Time
This commit is contained in:
@@ -78,6 +78,10 @@ fn test_mod() {
|
||||
}
|
||||
|
||||
fn test_from_str() {
|
||||
x := big.from_string2('23')
|
||||
println('kek')
|
||||
println(x.str())
|
||||
exit(0)
|
||||
assert big.from_string('').hexstr() == '0'
|
||||
assert big.from_string('1').hexstr() == '1'
|
||||
assert big.from_string('0').hexstr() == '0'
|
||||
|
||||
Reference in New Issue
Block a user