The source project of this merge request has been removed.
gvariant-parser: Fix pattern coalesce of M and *
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.