You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's now more robust, pretty-data didn't normalise XML properly (e.g.
wrapped attributes were not normalised).
Now all whitespace is stripped and the document elements re-indented
(though respecting xml:space="preserve"). The XML is serialised with
C14N (https://www.w3.org/TR/2001/REC-xml-c14n-20010315) making it safe
to compare as character strings.
This fixes: kbiedrzycki#17
There's currently a bug in jest-xml-matcher resulting it it treating
differences in indentation between XML files as content differences:
kbiedrzycki/jest-xml-matcher#17
Until this is fixed the compared XML needs to have the same attribute
formatting.
This assertion fails:
The text was updated successfully, but these errors were encountered: