lumeohq / xsd-parser-rs

A xsd/wsdl => rust code generator written in rust
Apache License 2.0
96 stars 34 forks source link

Fix and re-enable some ignored tests #160

Open lkirkwood opened 5 months ago

lkirkwood commented 5 months ago

There are a number of ignored tests, so I fixed and re-enabled some of them.

I split tuple_with_vec into two because the xsd and target struct were conflicting types.

I removed tuple_with_string because it was the same as simple_type.

There are still two left but they require more work to fix.