//! Test to verify CI doesn't filter out tests incorrectly
//!
//! In some Windows environments (particularly Parallels VMs), cargo test
//! may pass an unexpected filter argument like "2" to test binaries,
//! causing tests to be filtered out. This test file helps detect that issue
//! by having tests with and without "2" in their names.
// If the filter issue exists in CI, only tests with "2" in the name would run
// We want ALL tests to run