mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
toml: fix decoding most large number values (#12541)
This commit is contained in:
@@ -16,7 +16,7 @@ const (
|
||||
|
||||
valid_value_exceptions = [
|
||||
// Integer
|
||||
'integer/long.toml',
|
||||
'integer/long.toml', // TODO awaits BUG fix with strconv.parse_int('-9223372036854775808')
|
||||
// Float
|
||||
'float/inf-and-nan.toml',
|
||||
// Table
|
||||
|
||||
Reference in New Issue
Block a user