Do not require a colon to close dynamic blocks.

This commit is contained in:
Tom Alexander
2023-09-20 02:37:26 -04:00
parent 48cb3c4a02
commit 4c8d9a3063
4 changed files with 28 additions and 19 deletions

View File

@@ -894,6 +894,8 @@ fn compare_dynamic_block<'s>(
Ok(_) => {}
};
// TODO: Compare :block-name :arguments
for (emacs_child, rust_child) in children.iter().skip(2).zip(rust.children.iter()) {
child_status.push(compare_element(source, emacs_child, rust_child)?);
}