Skip to content

Commit

Permalink
add additional test case
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-o-how committed Feb 10, 2025
1 parent 140e908 commit ad09f81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/serde/de_br.rs
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ mod tests {

// errors
assert!(traverse_path_with_vec(&mut a, &[0b1011], &mut list).is_err());
assert!(traverse_path_with_vec(&mut a, &[0b1111], &mut list).is_err());
assert!(traverse_path_with_vec(&mut a, &[0b1101], &mut list).is_err());
assert!(traverse_path_with_vec(&mut a, &[0b1001], &mut list).is_err());
assert!(traverse_path_with_vec(&mut a, &[0b1010], &mut list).is_err());
Expand Down

0 comments on commit ad09f81

Please sign in to comment.