mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
toml: support parsing (+/-)nan and (+/-)inf (#12256)
This commit is contained in:
@@ -9,7 +9,6 @@ import toml
|
||||
// TODO Goal: make parsing AND value retrieval of all of https://github.com/BurntSushi/toml-test/test/ pass
|
||||
const (
|
||||
valid_exceptions = [
|
||||
'float/inf-and-nan.toml',
|
||||
'table/array-table-array.toml',
|
||||
]
|
||||
invalid_exceptions = [
|
||||
|
||||
Reference in New Issue
Block a user