mirror of
https://github.com/openharmony/third_party_rust_unicode-normalization.git
synced 2026-07-18 04:54:46 -04:00
479c6f0da9
NFC compositions can involve multiple starters, such as `\u{11347}` and
`\u{11357}`. Adjust the counting iterator in the streaming fuzzer to
only count non-starters, so that it doesn't over-count.
Fixes #76.