namespace ModuleTests.Calendar.TestData; public class CultureCodeTestData : TestDataEnumerator { public CultureCodeTestData() { Data = [ "da-DK", "en-AU", "cs-CZ", "es-PR", "fr-LU", "nl-NL", // Will render unaligned due to the character encoding, here to catch if I fix this later "te-IN" ]; } }