Skip to content

Commit

Permalink
Update test data
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Jun 22, 2024
1 parent 2f19214 commit 16c753a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/person_name_format_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 16c753a

Please sign in to comment.