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
Using this worked for me but it required me to define multiple patterns (One with a trailing comma and one without) inside assertion macros which kinda go against the DRY principle. Let me know if you have a better approach for this. :D
@TheWebDevel would something like $( , )? work?
i remember i solved before with a separate macro definition, but yeah... this whole crate is already not DRY, so it'd be nice to not 2x every macro definition 🙂
works, but
doesn't
The text was updated successfully, but these errors were encountered: