pub fn expect_error_from_info(info: &str) -> Result<Option<String>>Expand description
Extract the expect_error needle from a fence info string such as
oxdock expect_error:"boom". Returns None when the key is absent.
Malformed metadata errors, exactly like fenced-block extraction, so
generators and runners agree on what a fence means.