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

@@ -150,6 +150,7 @@ pub struct OrgMacro<'s> {
pub source: &'s str,
pub macro_name: &'s str,
pub macro_args: Vec<&'s str>,
pub macro_value: &'s str,
}
#[derive(Debug, PartialEq)]