Ygg01 / Linguini

C# Port of fluent.rs zero-copy parser
Apache License 2.0
28 stars 8 forks source link

`HasMessages` does not work with attributes #26

Closed Ygg01 closed 2 years ago

Ygg01 commented 2 years ago

Fixes #25

Mailaender commented 2 years ago

Why AttrMsg to AttrMessage instead of AttributeMessage?

Ygg01 commented 2 years ago

Why AttrMsg to AttrMessage instead of AttributeMessage?

Because I used Attr rather than Attribute consistently.