mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
toml: disallow multiline keys (#12381)
This commit is contained in:
@@ -42,7 +42,6 @@ const (
|
||||
'key/without-value-2.toml',
|
||||
'key/no-eol.toml',
|
||||
'key/after-array.toml',
|
||||
'key/multiline.toml',
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user