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

toml: support empty tables (#12504)

This commit is contained in:
Larpon
2021-11-18 14:39:44 +01:00
committed by GitHub
parent 24ea15c8f0
commit 7fba3e65e9
2 changed files with 40 additions and 26 deletions

View File

@@ -31,18 +31,8 @@ const (
// Comment
'comment/tricky.toml',
// Table
'table/empty.toml',
'table/array-implicit.toml',
'table/sub-empty.toml',
'table/without-super.toml',
'table/whitespace.toml',
'table/names.toml',
'table/no-eol.toml',
'table/keyword.toml',
// Array
'array/string-quote-comma.toml',
'array/string-quote-comma-2.toml',
'array/table-array-string-backslash.toml',
// Date-time
'datetime/milliseconds.toml',
// Inline-table