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

toml: check for more wrong line ending cases (#12424)

This commit is contained in:
Larpon
2021-11-10 14:03:51 +01:00
committed by GitHub
parent d5e767f389
commit 66e53279c2
2 changed files with 16 additions and 6 deletions

View File

@@ -28,12 +28,6 @@ const (
'datetime/impossible-date.toml',
'datetime/no-leads-with-milli.toml',
'datetime/no-leads.toml',
// Key
'key/after-table.toml',
'key/after-value.toml',
//'key/no-eol.toml',
'key/no-eol.toml',
'key/after-array.toml',
]
)