Closed sunfishcode closed 3 years ago
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.
\u{11347}
\u{11357}
Fixes #76.
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.