-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #155 from unicode-org/CLDR-17986-cldr46-beta3-prod…
…uction-data CLDR-17986 CLDR 46 beta3 production data update
- Loading branch information
Showing
21 changed files
with
60,489 additions
and
684 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Test Data for DateTime Formatting | ||
|
||
This directory contains test data for DateTime formatting. | ||
This data is the result of the test data generator `GenerateDateTimeTestData.java`. | ||
|
||
The design of the test generator is to provide the "expected value" of datetime formatting over several dimensions, | ||
such as locale, | ||
formatting options (date length, calendar, etc.), | ||
and various input datetime values. | ||
|
||
The test generator constructs the expected value using the various pieces | ||
(date format pattern, time format pattern, datetime "glue" pattern) | ||
and `SimpleDateFormat`s to combine them together. | ||
Each test case reports the inputs for the test case and the expected value. |
Oops, something went wrong.