Starting a new macro for comparing fields.

This will help us assert that all fields are tested and that only expected fields are present.
This commit is contained in:
Tom Alexander
2023-10-06 13:08:15 -04:00
parent e686666ea0
commit d06e4de7b0
4 changed files with 71 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
mod compare;
mod diff;
mod elisp_fact;
mod macros;
mod parse;
mod sexp;
mod util;