pub fn shadow_scanner_check(input: &str) -> ShadowScannerReportExpand description
Drive the streaming scanner to completion over input and return a
byte-completeness report. This is exposed so the integration harness
in tests/yaml.rs can run the scanner over every allowlisted
fixture without depending on internal Token/Scanner types.