More of the test structure.

This commit is contained in:
Tom Alexander
2023-12-27 11:10:40 -05:00
parent 3cb251ea6c
commit 4984ea4179
3 changed files with 82 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ pub async fn wasm_run_anonymous_compare_with_settings<'g, 's, P: AsRef<str>>(
}
// We do the diffing after printing out both parsed forms in case the diffing panics
let diff_result = wasm_compare_document(&parsed_sexp, &wasm_parsed)?;
let diff_result = wasm_compare_document(org_contents, &parsed_sexp, wasm_parsed)?;
if !silent {
diff_result.print(org_contents)?;
}