Closed ranraj closed 1 year ago
Build failed for rust version 1.40.0 and 1.41.0 due to the below issue in https://github.com/rust-lang/rust/issues/65721 for sub dependency tracing-core v0.1.18 under reqwest v0.10.10 dependency This is the latest tracing-core v0.1.18 version and this issue fixed in the 1.42.0 rust version
Hope we can mark this two version job can be added into expect to fail @MarcAntoine-Arnaud
Sorry, I have looked after I have pushed 4115bde0cce3ddd1b027f8678f92cb721985ba48.
All failures are due to a formatting issue during assert_eq. There is extra space in the expected String.
Fix: All the extra space can be removed by comparing test result using the comparison tool
Issue : https://github.com/media-io/xml-schema/issues/14
RCA : attribute.rs tests were failing
Actual struct
Expected
Commit : https://github.com/ranraj/xml-schema/commit/208ddd87a0786be11220d3faeedfe57681bd1040