Config Parser Compatibility Pack
Bundle of valid and malformed ENV, INI, TOML, YAML, XML, and JSON fixtures for parser-compatibility and negative-case config testing.
Best For
- Parser compatibility checks across multiple configuration syntaxes.
- Negative-path validation for malformed config and payload inputs.
- Regression tests when normalizing config loaders across environments.
Included Fixtures
| Filename | Format | Size | Download |
|---|---|---|---|
| env_missing_quote_sample.env | ENV | 73 B | Download |
| ini_duplicate_keys_sample.ini | INI | 62 B | Download |
| toml_invalid_array_sample.toml | TOML | 99 B | Download |
| yaml_malformed_indentation_sample.yaml | YAML | 85 B | Download |
| xml_malformed_payload_sample.xml | XML | 168 B | Download |
| json_truncated_payload_sample.json | JSON | 193 B | Download |
Related Strategy Pages
Best Format Guides
Best Format for Use Cases
Best Format for Configuration Files in Repositories
Best Format for Infrastructure Deployment Config
Conversion Guides
How to Convert HCL to TOML
How to Convert TOML to HCL
How to Convert TOML to YAML
How to Convert YAML to TOML
Comparisons
Primary Fixture Matrix
Use the curated TOML matrix to move from this pack into the exact single-fixture variants behind it.
Primary Library
This pack is anchored to the TOML sample library and works best when paired with individual fixture downloads.
Open TOML Samples