pub fn parse_wrapped( wrapped: &str, base_ref: u64, ) -> Result<IndexMap<String, Element>, MpsError>
Parse a pre-wrapped string. Exported for tests that supply in-memory content.