taplo/test-data
2024-08-16 09:33:44 +02:00
..
analytics misc: format ALL the TOML 2020-11-07 01:24:41 +01:00
invalid misc: format ALL the TOML 2020-11-07 01:24:41 +01:00
rewrite Update taplo to use workspace dependencies (#598) 2024-08-16 09:33:44 +02:00
example.toml Update taplo to use workspace dependencies (#598) 2024-08-16 09:33:44 +02:00
README.md fix: insert table into array of tables 2020-10-30 15:42:32 +01:00

Source of most of the invalid/valid tests:

These are the spec tests for TOML used by @iarna/toml.

The errors folder contains TOML files that should cause a parser to report an error.

The values folder contains TOML files and paired YAML or JSON files. The YAML files should parse to a structure that's deeply equal to the TOML structure. The JSON files match the patterns found in BurntSushi 0.4 TOML tests.

We introduce the following new types to match TOML 0.5.0:

  • datetime-local - A datetime without a timezone. Floating.
  • date - A date without any time component
  • time - A time without any date component