Add test for deserializing unit to string
This commit is contained in:
parent
c6d5d9be14
commit
5e47c87ba0
@ -215,6 +215,9 @@ declare_tests! {
|
||||
Token::SeqEnd,
|
||||
],
|
||||
}
|
||||
test_unit_string {
|
||||
String::new() => &[Token::Unit],
|
||||
}
|
||||
test_tuple_struct {
|
||||
TupleStruct(1, 2, 3) => &[
|
||||
Token::SeqStart(Some(3)),
|
||||
|
Loading…
Reference in New Issue
Block a user