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:
@@ -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',
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user