From 16c753a226b6086be6614dc94b7b3d4c7c8be4ee Mon Sep 17 00:00:00 2001 From: Kip Cole Date: Sat, 22 Jun 2024 12:21:50 +1000 Subject: [PATCH] Update test data --- test/person_name_format_test.exs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/test/person_name_format_test.exs b/test/person_name_format_test.exs index f9a52e2..244f55c 100644 --- a/test/person_name_format_test.exs +++ b/test/person_name_format_test.exs @@ -27,15 +27,6 @@ defmodule Cldr.PersonName.FormatTest do :zu ] - # These are work in progress - # @test_locales [ - # :gu, :hi, :hi_Latn, :km, :kn, :kok, :ml, :mr, :my, :ne, :or, - # :pa, :si, :ta, :te, :as, - # - # # Data error? - # :es_US - # ] - for test <- Cldr.PersonName.TestData.parse_locales(@test_locales), test.line in @tests do with {:ok, test_locale} <- AllBackend.Cldr.validate_locale(test.locale),