Unify the standard properties checks in diff.

Instead of copy+pasting them into each compare function, we now call a shared function from a handful of places.
This commit is contained in:
Tom Alexander
2023-09-23 21:03:12 -04:00
parent dd8a8207ce
commit d5b1014fe4
9 changed files with 755 additions and 842 deletions

View File

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