eupn / macrotest

Test harness for declarative and procedural macros expansion via `cargo-expand`
47 stars 9 forks source link

Allow RegEx or wild cards #75

Open bicarlsen opened 2 years ago

bicarlsen commented 2 years ago

Is it possible to test an expansion and compare against a regular expression, or to allow wild cards?

bicarlsen commented 2 years ago

Somewhat related, is there a way to ignore white space, EOL, etc., or force it to be the same?