Do not include whitespace at the end of value.

This commit is contained in:
Tom Alexander
2023-10-08 14:48:29 -04:00
parent 1a2f0856da
commit 37bc5ef712
4 changed files with 8 additions and 1 deletions

View File

@@ -3082,7 +3082,7 @@ fn compare_org_macro<'b, 's>(
),
(
EmacsField::Required(":value"),
|r| Some(r.source),
|r| Some(r.macro_value),
compare_property_quoted_string
),
(