Skip to content

Commit 10b37f7

Browse files
committed
Add tests for xsi:nil handling
failures (11): as_field::empty::nested::true_ as_field::with_attr::nested::true_ as_field::with_element::nested::true_ as_field::with_element::ns0::true_ as_field::with_element::xsi::true_ top_level_option::empty::ns0::true_ top_level_option::empty::xsi::true_ top_level_option::with_attr::ns0::true_ top_level_option::with_attr::xsi::true_ top_level_option::with_element::ns0::true_ top_level_option::with_element::xsi::true_
1 parent 521707c commit 10b37f7

File tree

2 files changed

+709
-0
lines changed

2 files changed

+709
-0
lines changed

Cargo.toml

+5
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,11 @@ name = "serde-de-seq"
231231
required-features = ["serialize"]
232232
path = "tests/serde-de-seq.rs"
233233

234+
[[test]]
235+
name = "serde-de-xsi"
236+
required-features = ["serialize"]
237+
path = "tests/serde-de-xsi.rs"
238+
234239
[[test]]
235240
name = "serde-se"
236241
required-features = ["serialize"]

0 commit comments

Comments
 (0)