1
0
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:
Larpon
2021-10-22 07:16:47 +02:00
committed by GitHub
parent 47313cbf27
commit cc2ef4188d
2 changed files with 42 additions and 10 deletions

View File

@@ -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 = [