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