1
0
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:
Larpon
2021-11-04 13:26:25 +01:00
committed by GitHub
parent 59e21c2068
commit fc7f4c5b1f
2 changed files with 19 additions and 4 deletions

View File

@@ -42,7 +42,6 @@ const (
'key/without-value-2.toml',
'key/no-eol.toml',
'key/after-array.toml',
'key/multiline.toml',
]
)