1
0
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:
Larpon
2021-11-23 15:59:07 +01:00
committed by GitHub
parent 0779b5fd8e
commit 1be6aed16e
3 changed files with 14 additions and 7 deletions

View File

@ -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 { '' }