Skip to content

Commit d2ad730

Browse files
committed
seq: Add tests for sequences deserialization
failures (36): seq::fixed_name::fixed_size::field_after_list::overlapped seq::fixed_name::fixed_size::field_before_list::overlapped seq::fixed_name::fixed_size::two_lists::overlapped seq::fixed_name::fixed_size::unknown_items::overlapped seq::fixed_name::variable_size::field_after_list::overlapped seq::fixed_name::variable_size::field_before_list::overlapped seq::fixed_name::variable_size::two_lists::overlapped seq::fixed_name::variable_size::unknown_items::overlapped seq::variable_name::fixed_size::field_after_list::after seq::variable_name::fixed_size::field_after_list::before seq::variable_name::fixed_size::field_after_list::overlapped seq::variable_name::fixed_size::field_before_list::after seq::variable_name::fixed_size::field_before_list::before seq::variable_name::fixed_size::field_before_list::overlapped seq::variable_name::fixed_size::two_lists::choice_and_fixed::fixed_after seq::variable_name::fixed_size::two_lists::choice_and_fixed::fixed_before seq::variable_name::fixed_size::two_lists::choice_and_fixed::overlapped_fixed_after seq::variable_name::fixed_size::two_lists::choice_and_fixed::overlapped_fixed_before seq::variable_name::fixed_size::two_lists::fixed_and_choice::fixed_after seq::variable_name::fixed_size::two_lists::fixed_and_choice::fixed_before seq::variable_name::fixed_size::two_lists::fixed_and_choice::overlapped_fixed_after seq::variable_name::fixed_size::two_lists::fixed_and_choice::overlapped_fixed_before seq::variable_name::variable_size::field_after_list::after seq::variable_name::variable_size::field_after_list::before seq::variable_name::variable_size::field_after_list::overlapped seq::variable_name::variable_size::field_before_list::after seq::variable_name::variable_size::field_before_list::before seq::variable_name::variable_size::field_before_list::overlapped seq::variable_name::variable_size::two_lists::choice_and_fixed::fixed_after seq::variable_name::variable_size::two_lists::choice_and_fixed::fixed_before seq::variable_name::variable_size::two_lists::choice_and_fixed::overlapped_fixed_after seq::variable_name::variable_size::two_lists::choice_and_fixed::overlapped_fixed_before seq::variable_name::variable_size::two_lists::fixed_and_choice::fixed_after seq::variable_name::variable_size::two_lists::fixed_and_choice::fixed_before seq::variable_name::variable_size::two_lists::fixed_and_choice::overlapped_fixed_after seq::variable_name::variable_size::two_lists::fixed_and_choice::overlapped_fixed_before
1 parent 015079b commit d2ad730

File tree

2 files changed

+2284
-0
lines changed

2 files changed

+2284
-0
lines changed

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@
3636
### New Tests
3737

3838
- [#9]: Added tests for incorrect nested tags in input
39+
- [#387]: Added a bunch of tests for sequences deserialization
3940

4041
[#8]: https://github.com/Mingun/fast-xml/pull/8
4142
[#9]: https://github.com/Mingun/fast-xml/pull/9
43+
[#387]: https://github.com/tafia/quick-xml/pull/387
4244
[#391]: https://github.com/tafia/quick-xml/pull/391
4345

4446
## 0.23.0 -- 2022-05-08

0 commit comments

Comments
 (0)