1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

toml: expand short date time milliseconds in decoder (#12564)

This commit is contained in:
Larpon
2021-11-24 13:49:23 +01:00
committed by GitHub
parent 6f46fc2170
commit ff95cf18d4
3 changed files with 37 additions and 6 deletions

View File

@@ -17,8 +17,6 @@ const (
valid_value_exceptions = [
// Integer
'integer/long.toml', // TODO awaits BUG fix with strconv.parse_int('-9223372036854775808')
// Date-time
'datetime/milliseconds.toml',
]
jq = os.find_abs_path_of_executable('jq') or { '' }