Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove duplicated code.
  • Loading branch information
ilonatommy committed Jun 25, 2024
commit bde67d1a9ad11e2f8143759faf8c78f91a929c41
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ public static IEnumerable<object[]> AbbreviatedMonthGenitiveNames_Get_TestData_H
// see the comments on the right to check the non-Hybrid result, if it differs
yield return new object[] { "ar-SA", new string[] { "محرم", "صفر", "ربيع الأول", "ربيع الآخر", "جمادى الأولى", "جمادى الآخرة", "رجب", "شعبان", "رمضان", "شوال", "ذو القعدة", "ذو الحجة", "" } };
if (PlatformDetection.IsFirefox || PlatformDetection.IsNodeJS)
if (PlatformDetection.IsFirefox || PlatformDetection.IsNodeJS)
{
yield return new object[] { "am-ET", new string[] { "ጃንዩ", "ፌብሩ", "ማርች", "ኤፕሪ", "ሜይ", "ጁን", "ጁላይ", "ኦገስ", "ሴፕቴ", "ኦክቶ", "ኖቬም", "ዲሴም", "" } };
yield return new object[] { "es-MX", new string[] { "ene", "feb", "mar", "abr", "may", "jun", "jul", "ago", "sept", "oct", "nov", "dic", "" } }; // "ene.", "feb.", "mar.", "abr.", "may.", "jun.", "jul.", "ago.", "sep.", "oct.", "nov.", "dic.", ""
Expand Down