angular/packages/common/test/i18n
Payam Shahidi 38c03a2035 feat(common): support years greater than 9999 (#43622)
Since According to ISO8601 the Year is minimum of 4 digits, we should support years greater than 9999. (This is similar to the change in input.js: e157d6fa69)
Changed /^(\d{4}) to /^(\d{4,})

PR Close #43622
2022-02-04 10:43:11 -08:00
..
format_date_spec.ts feat(common): support years greater than 9999 (#43622) 2022-02-04 10:43:11 -08:00
format_number_spec.ts test: clean up internal testing utilities (#42177) 2021-05-26 20:07:25 +00:00
locale_data_api_spec.ts fix(common): mark locale data arrays as readonly (#30397) 2020-09-10 15:35:30 -07:00
localization_spec.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00