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 want to use check pattern, but allow the user to select, whether to use inline expect! macro and the outline expect_file! macro.
But these return different types: Expect, and ExpectFile respectively. Would you mind merging this into a common api?
E.g.
// Maybe rename these to `Expect`, `ExpectInline` and `ExpectFile` respectivelypubenumExpectAny{Inline(Expect),File(ExpectFile),}
The text was updated successfully, but these errors were encountered:
I want to use
check
pattern, but allow the user to select, whether to use inlineexpect!
macro and the outlineexpect_file!
macro.But these return different types:
Expect
, andExpectFile
respectively. Would you mind merging this into a common api?E.g.
The text was updated successfully, but these errors were encountered: