//! Embedded SQL fixtures are the parser's always-on recovery corpus.
//!
//! Many cases intentionally cover Snowflake statements that the parser does not
//! fully understand yet. The contract here is lossless recovery for every byte;
//! grammar-specific "no diagnostics" assertions live in the focused phase tests.
use ;
use assert_parse_recovers_with_context;