Coalesce whitespace in macro args.
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user