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
feat(Flatten): allow func(T, X...) V|(V, bool) function signatures
Allowing to use td.Re as function for example:
ok = td.Cmp(t,
strings.Split(got, "\n"),
td.List(td.Flatten(strings.Split(expectedRe, "\n"), td.Re)))
Signed-off-by: Maxime Soulé <[email protected]>
0 commit comments