add another test

This commit is contained in:
Adrian Malacoda 2017-12-03 23:32:18 -06:00
parent 3310523877
commit 0e8ab9e236
2 changed files with 10587 additions and 0 deletions

View File

@ -125,4 +125,9 @@ mod tests {
fn deserialize_is_funny() {
let list: CardList = serde_json::from_str(include_str!("../test_data/is_funny.json")).unwrap();
}
#[test]
fn deserialize_o_transform() {
let list: CardList = serde_json::from_str(include_str!("../test_data/o_transform.json")).unwrap();
}
}

10582
test_data/o_transform.json Normal file

File diff suppressed because it is too large Load Diff