Coalesce whitespace in macro args.

This commit is contained in:
Tom Alexander
2023-10-08 15:08:21 -04:00
parent 37bc5ef712
commit a32cea8139
4 changed files with 63 additions and 5 deletions

View File

@@ -3090,7 +3090,7 @@ fn compare_org_macro<'b, 's>(
|r| if r.macro_args.is_empty() {
None
} else {
Some(&r.macro_args)
Some(r.get_macro_args())
},
compare_property_list_of_quoted_string
)