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