diff --git a/src/Humanizer.Tests/ApiApprover/PublicApiApprovalTest.approve_public_api.approved.txt b/src/Humanizer.Tests/ApiApprover/PublicApiApprovalTest.approve_public_api.approved.txt index 98e8a72ec..e073cc484 100644 --- a/src/Humanizer.Tests/ApiApprover/PublicApiApprovalTest.approve_public_api.approved.txt +++ b/src/Humanizer.Tests/ApiApprover/PublicApiApprovalTest.approve_public_api.approved.txt @@ -59,6 +59,16 @@ namespace Humanizer.Bytes public static Humanizer.Bytes.ByteSize FromMegabytes(double value) { } public static Humanizer.Bytes.ByteSize FromTerabytes(double value) { } public override int GetHashCode() { } + public static Humanizer.Bytes.ByteSize +(Humanizer.Bytes.ByteSize b1, Humanizer.Bytes.ByteSize b2) { } + public static Humanizer.Bytes.ByteSize --(Humanizer.Bytes.ByteSize b) { } + public static bool ==(Humanizer.Bytes.ByteSize b1, Humanizer.Bytes.ByteSize b2) { } + public static bool >(Humanizer.Bytes.ByteSize b1, Humanizer.Bytes.ByteSize b2) { } + public static bool >=(Humanizer.Bytes.ByteSize b1, Humanizer.Bytes.ByteSize b2) { } + public static Humanizer.Bytes.ByteSize ++(Humanizer.Bytes.ByteSize b) { } + public static bool !=(Humanizer.Bytes.ByteSize b1, Humanizer.Bytes.ByteSize b2) { } + public static bool <(Humanizer.Bytes.ByteSize b1, Humanizer.Bytes.ByteSize b2) { } + public static bool <=(Humanizer.Bytes.ByteSize b1, Humanizer.Bytes.ByteSize b2) { } + public static Humanizer.Bytes.ByteSize -(Humanizer.Bytes.ByteSize b) { } public static Humanizer.Bytes.ByteSize Parse(string s) { } public Humanizer.Bytes.ByteSize Subtract(Humanizer.Bytes.ByteSize bs) { } public string ToFullWords() { } @@ -1052,21 +1062,6 @@ namespace Humanizer { public static string Tupleize(this int input) { } } - public enum EnglishArticles - { - a, - an, - the, - A, - An, - The - } - public static class EnglishArticle - { - public static string[] AppendArticlePrefix(string[] items) { } - public static string[] PrependArticleSuffix(string[] appended) { } - private static string ToOriginalFormat(string[] appended, string suffix, int i) { } - } } namespace Humanizer.Configuration {