Skip to content

Support ignoring order of child elements in diffs #2

@stringbean

Description

@stringbean

We should be able to (optionally) treat this:

<parent>
    <child1/>
    <child2/>
</parent>

as being equal to:

<parent>
    <child2/>
    <child1/>
</parent>

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions