bashrs 6.66.0

Rust-to-Shell transpiler for deterministic bootstrap scripts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Coverage tests for repl/purifier.rs — targeting uncovered branches in:
//!   - `explain_purification_changes_detailed`
//!   - `collect_change_explanations`
//!   - `generate_idempotency_alternatives`
//!   - `format_purified_lint_result_with_context` (violation branch)
//!
//! Each test targets a specific uncovered branch identified by the coverage
//! report.

#![allow(clippy::unwrap_used)]
#![allow(clippy::expect_used)]

#[cfg(test)]
#[path = "purifier_coverage_tests_tests_make_lint.rs"]
mod tests_extracted;