//! Small standalone-util tests — currently just `flag_truthy`. Add new
//! `super::super::util::*` pure-fn tests here as they appear.
use flag_truthy;
/// Exercises both branches of the setup-soldr-compatible bool grammar.
/// Tests the pure function so we don't have to mutate process env vars
/// — that's a documented foot-gun in cargo's parallel test runner.