Enable child checking.

This commit is contained in:
Tom Alexander
2023-12-27 16:47:02 -05:00
parent 423f65046e
commit 58290515b5
3 changed files with 65 additions and 7 deletions

View File

@@ -41,11 +41,11 @@ macro_rules! wasm_compare {
{
// Compare children.
// result.extend(wasm_compare_list(
// $source,
// emacs_list_iter,
// $wasm.children.iter(),
// )?)?;
result.extend(wasm_compare_list(
$source,
emacs_list_iter,
$wasm.children.iter(),
)?)?;
}
{