TOML use case
TOML Sample File for Invalid Array Recovery
Exercise TOML parser failure handling, invalid-array recovery, and malformed-config messaging with real valid and intentionally broken TOML controls.
224 B
Manifest JSON
SHA256
Starter file
Download
toml_pyproject_style_sample.toml
Checklist
Testing Steps
- Compare valid TOML configs with invalid-array controls to verify actionable parser errors.
- Validate retry, rejection, and operator messaging before changing TOML ingestion safeguards.
- Confirm large valid TOML files still pass cleanly while malformed controls fail without corrupting downstream state.
Companion fixtures
Related Variants
Next steps