//! Comprehensive tests for tokenizer functionality.
//!
//! Split into focused submodules so each file stays small and cohesive while
//! covering the full tokenizer surface: high-level [`AssTokenizer`] behaviour
//! and the lower-level scanner, state, and token component units.