Test filesStructured data › tabs-invalid.yaml

Corrupt YAML file

YAML indented with tab characters, which the specification forbids.

↓ Download tabs-invalid.yaml
Filenametabs-invalid.yaml
FormatYAML
Size34 bytes (34 bytes)
MIME typeapplication/yaml
SHA-25602941a4076012f35422bd673abd9b834d4f5783934fe9379ca669b00af728681
What this file catchesConfig loaders whose error message just says "unexpected character" without pointing at the tab. A very common source of confusing CI failures.

Download & verify

curl -fsSL -o "tabs-invalid.yaml" "https://files.hexaqa.com/yaml/tabs-invalid.yaml"
curl -fsSL "https://files.hexaqa.com/yaml/tabs-invalid.yaml" | sha256sum # expect: 02941a4076012f35422bd673abd9b834d4f5783934fe9379ca669b00af728681

More structured data test files

1million-rows.csvbom-and-semicolons.csvformula-injection.csvquoting-nightmare.csvragged-rows.csvvalid-simple.csvdeeply-nested-100000.jsonlarge-array-100mb.json

← All Structured data files