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.

Download the Pack

config_parser_compatibility_pack.zip · 1.6 KB

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

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