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

toml: add date and time checks (#12427)

This commit is contained in:
Larpon
2021-11-11 06:27:41 +01:00
committed by GitHub
parent 823a3ab838
commit 69fa87ad24
4 changed files with 125 additions and 10 deletions

View File

@@ -24,10 +24,6 @@ const (
// Array
'array/tables-1.toml',
'array/text-after-array-entries.toml',
// Date / Time
'datetime/impossible-date.toml',
'datetime/no-leads-with-milli.toml',
'datetime/no-leads.toml',
]
)