Sample YAML file — free download

YAML files including the famous Norway problem, where an unquoted country code is parsed as a boolean.

2 ready-made YAML test files

FileSizeWhat it catches
tabs-invalid.yaml34 bytesConfig loaders whose error message just says "unexpected character" without pointing at the tab. A very common source of confusing CI failures.download
norway-problem.yaml161 bytesThe famous "Norway problem" - a country list where NO silently becomes boolean false. Also catches version: 1.10 collapsing to 1.1. Parsers on YAML 1.2 core schema behave differently, so this file also reveals which spec version your library actually implements.download

Every file is generated from source — no third-party copyright — and each has its own page with a published SHA-256 you can verify after download.

Questions

What is the YAML Norway problem?

In YAML 1.1, the unquoted value NO is parsed as the boolean false — so a list of country codes silently turns Norway into false. The file below reproduces it along with the other implicit-typing traps.

Other formats

Sample XLS and XLSX (Excel) filesSample DOCX (Word) fileSample TXT and encoding test filesSample XML fileSample SQLite database fileSample font files (TTF, WOFF, WOFF2)Sample MP3, WAV and MP4 filesSample GeoJSON, GPX and KML files