Skip to content

Commit

Permalink
Added another test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaarsen committed Sep 3, 2020
1 parent c832b6b commit 384f298
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test_values.py
Original file line number Diff line number Diff line change
Expand Up @@ -785,4 +785,13 @@
"r": set(),
},
),
(
"blanket",
{
"n": {"blanket", "blankets"},
"a": {"blanket"},
"v": {"blankets", "blanketed", "blanketing", "blanket"},
"r": set(),
},
),
]

0 comments on commit 384f298

Please sign in to comment.