mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
toml: support checking and decoding quoted keys (#12552)
This commit is contained in:
@ -19,8 +19,6 @@ const (
|
||||
'integer/long.toml', // TODO awaits BUG fix with strconv.parse_int('-9223372036854775808')
|
||||
// Date-time
|
||||
'datetime/milliseconds.toml',
|
||||
// Key
|
||||
'key/escapes.toml',
|
||||
]
|
||||
|
||||
jq = os.find_abs_path_of_executable('jq') or { '' }
|
||||
|
Reference in New Issue
Block a user