// SPDX-License-Identifier: MIT OR Apache-2.0
// Copyright (c) 2026 Noyalib. All rights reserved.
// Collection of YAML spec-derived integration tests.
//
// Adapted from the yaml-test-suite and serde-saphyr patterns for noyalib.
// Tests are organized by YAML feature category.
#![allow(missing_docs)]
#[path = "spec/mod.rs"]
mod cases;