12 lines
418 B
Markdown
12 lines
418 B
Markdown
## Test suites
|
|
|
|
This folder holds test suites for testing the TOML parser.
|
|
Besides tests that I defined myself, there are also tests that were imported
|
|
from other test suites:
|
|
|
|
* https://github.com/BurntSushi/toml-test/tree/master/tests
|
|
* https://github.com/iarna/toml-spec-tests
|
|
|
|
In only used the .toml files from these test sets and created my own .json
|
|
files. They are compatible with the BurntSushi's test format.
|