//! Compiletest-style golden corpus for `cyrs-syntax` (spec 0001 §17.6).
//!
//! Discovers every `.cypher` file under `tests/ui/syntax/`, runs the parser,
//! and compares syntax error output against the companion `.stderr` sidecar.
//!
//! # Blessing
//!
//! Set `BLESS=1` (or run `cargo xtask bless -p cyrs-syntax`) to regenerate
//! the `.stderr` sidecars from the actual pipeline output.
use Path;
use ;