Handle escaping the characters in org macro arguments.
This commit is contained in:
@@ -149,8 +149,8 @@ pub(crate) fn compare_property_list_of_quoted_string<
|
||||
if e != r {
|
||||
let this_status = DiffStatus::Bad;
|
||||
let message = Some(format!(
|
||||
"{} mismatch (emacs != rust) {:?} != {:?}",
|
||||
emacs_field, value, rust_value
|
||||
"{} mismatch (emacs != rust) {:?} != {:?}. Full list: {:?} != {:?}",
|
||||
emacs_field, e, r, value, rust_value
|
||||
));
|
||||
return Ok(Some((this_status, message)));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user