Attribute list parsing with serde does not treat \t
as separator
#674
Labels
arrays
Issues related to mapping XML content onto arrays using serde
bug
help wanted
serde
Issues related to mapping from Rust types to XML
Deserialization of a list in an attribute value does not treat the tab character as a separator, despite the documentation stating that it should.
Expected behavior: The assertion passes.
Actual behavior: thread 'main' panicked at 'called
Result::unwrap()
on anErr
value: Custom("unknown variantfoo\tbar
, expectedfoo
orbar
")'The text was updated successfully, but these errors were encountered: