Add todo implementations of the new standard property functions.

This commit is contained in:
Tom Alexander
2023-10-31 21:38:09 -04:00
parent bcf1b49db2
commit 6c197c376a
9 changed files with 749 additions and 23 deletions

View File

@@ -1575,7 +1575,7 @@ fn compare_example_block<'b, 's>(
[],
(
EmacsField::Required(":value"),
|r| Some(r.get_contents()),
|r| Some(r.get_value()),
compare_property_quoted_string
),
(
@@ -1653,7 +1653,7 @@ fn compare_export_block<'b, 's>(
),
(
EmacsField::Required(":value"),
|r| Some(r.get_contents()),
|r| Some(r.get_value()),
compare_property_quoted_string
)
) {
@@ -1701,7 +1701,7 @@ fn compare_src_block<'b, 's>(
),
(
EmacsField::Required(":value"),
|r| Some(r.get_contents()),
|r| Some(r.get_value()),
compare_property_quoted_string
),
(