Skip to content

Commit

Permalink
Add test to reproduce #789
Browse files Browse the repository at this point in the history
  • Loading branch information
AKTheKnight committed Mar 3, 2019
1 parent d5b3cf3 commit 1aaf185
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Humanizer.Tests.Shared/InflectorTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,9 @@ public IEnumerator<object[]> GetEnumerator()
yield return new object[] { "rookie", "rookies" };
yield return new object[] { "roomie", "roomies" };
yield return new object[] { "smoothie", "smoothies" };

//Issue #789
yield return new object[] { "cache", "caches" };
}

IEnumerator IEnumerable.GetEnumerator()
Expand Down

0 comments on commit 1aaf185

Please sign in to comment.