Allow TOML 1.0.0 syntax in check-toml

This commit is contained in:
Taneli Hukkinen 2021-06-02 14:55:41 +03:00
parent f48244a805
commit 4c366d88f7
3 changed files with 11 additions and 7 deletions

View file

@ -23,6 +23,9 @@ title = "TOML Example"
[owner]
name = "John"
dob = 1979-05-27T07:32:00-08:00 # First class dates
["toml-1.0.0-compat"]
heterogeneous-array = [1, "2"]
""",
)
ret = main((str(filename),))