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
StrContext::Label("Skipped parts run into each other"),
105
+
)))?
106
+
.as_bstr();
107
+
*i = i.get(right_delim_idx + 1..).unwrap_or(&[]);
108
+
Ok(IdentityRef{ name, email })
77
109
}
78
110
}
79
111
pubuse function::identity;
@@ -167,7 +199,7 @@ mod tests {
167
199
.map_err(to_bstr_err)
168
200
.expect_err("parse fails as > is missing")
169
201
.to_string(),
170
-
"in slice at '12345 -1215'\n 0: expected `<email>` at ' 12345 -1215'\n 1: expected `<name> <<email>>` at 'hello < 12345 -1215'\n2: expected `<name> <<email>> <timestamp> <+|-><HHMM>` at 'hello < 12345 -1215'\n"
202
+
"in end of file at 'hello < 12345 -1215'\n 0: invalid Closing '>' not found at 'hello < 12345 -1215'\n1: expected `<name> <<email>> <timestamp> <+|-><HHMM>` at 'hello < 12345 -1215'\n"
0 commit comments