Jan Jansen

Results 186 comments of Jan Jansen

This test `test_parse_ok(&[(" ", Some(" ".to_string()))]);` will fail until trim_whitespace is false.

@oli-obk Should this work with the next version.

I though of this test https://github.com/RReverser/serde-xml-rs/blob/master/tests/migrated.rs#L342-L349

https://github.com/RReverser/serde-xml-rs/blob/master/src/de/mod.rs#L230

Something like `` should also work, but ` ` shouldn't work currently

Any idea how to fix it? @oli-obk

Seems to be the same bug as #26

The following code seems to solve only partial failures. ```rust fn deserialize_newtype_struct

It would be cool to refactor the code in more serde json like version