You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using Teacup to check if my Micropub endpoint was implemented correctly and I think I found a bug in Teacup.
According to the Micropub spec, "all values MUST be specified as arrays". Based on examples later in the spec, I expect this applies to nested Microformats objects as well.
Teacup is sending the name property in the nested h-food object as a single value, which causes a parsing failure if parsed strictly according to the spec.
I was using Teacup to check if my Micropub endpoint was implemented correctly and I think I found a bug in Teacup.
According to the Micropub spec, "all values MUST be specified as arrays". Based on examples later in the spec, I expect this applies to nested Microformats objects as well.
Teacup is sending the
name
property in the nested h-food object as a single value, which causes a parsing failure if parsed strictly according to the spec.Sample:
The text was updated successfully, but these errors were encountered: