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

toml: improve parsing of bare keys to include - and _ (#12588)

This commit is contained in:
Larpon
2021-11-27 14:46:05 +01:00
committed by GitHub
parent 8315e82188
commit d52b62a4f4
2 changed files with 22 additions and 13 deletions

View File

@@ -15,7 +15,6 @@ const (
// Kept for easier handling of future updates to the tests
valid_exceptions = [
'values/spec-key-value-pair-8.toml',
'values/spec-float-3.toml',
'values/spec-float-10.toml',
'values/spec-float-11.toml',
@@ -23,7 +22,6 @@ const (
'values/spec-float-13.toml',
'values/spec-float-14.toml',
'values/spec-float-15.toml',
'values/spec-key-value-pair-6.toml',
]
invalid_exceptions = [
'errors/table-3.toml',