//! Shared helpers for the per-pass unit tests.
use Parser;
use Diagnostic;
/// Lint a Pine snippet and return only the diagnostics for `rule`, in order.
/// Parses through [`Parser::parse_source`] so `// @skip` comments are honored.
/// Panics on lex/parse errors.
pub