Skip to content

gvariant-parser: Fix pattern coalesce of M and *

Ghost User requested to merge (removed):pattern-coalesce into master

Previously pattern_coalesce incorrectly concluded that maybe type is not present when one pattern starts with M and other pattern with anything else than M or m. This is false when the other pattern is *, since it includes the maybe type.

Merge request reports