toml-test

Language agnostic test suite for validating TOML parser implementations

brewmacoslinux
Try with needOr install directly
Source

About

Language agnostic test suite for TOML parsers

Commands

toml-test

Examples

Run all TOML parser tests against a parser implementation$ toml-test ./my-toml-parser
Run tests in verbose mode to see detailed output$ toml-test -v ./my-toml-parser
Run only valid TOML test cases$ toml-test -valid ./my-toml-parser