test262/test
André Bargull 1edeb484b8 Include locales supported through fallback when testing fallbacks
This test started failing when updating to ICU 64, because ICU supports "zh"
and "zh-Hans-CN", but not explicitly also "zh-Hans", which is required for this
test to pass. The same kind of error is reproducible with ICU <64 when "Guru"
is added to the list of script codes in 'testIntl.js', because ICU supports
"pa-Guru-IN", but "pa-IN" isn't explicitly supported, too.

So, change this test to also check 'byFallback' to see if a locale is supported.

Drive-by change:
- Modernise the test to make it more readable how subtags are combined.
- Also add "419" to the list of region codes to cover the digit region syntax.
2019-07-22 02:12:05 -07:00
..
annexB Add new tests to observe required leading line terminator (#2102) 2019-03-14 14:51:02 -04:00
built-ins Add edge tests to verify BigInt to Number conversion when BigInt can't directly be represented by a Number. 2019-07-19 13:53:01 -04:00
harness Use SameValue in verifyProperty helper (#2185) 2019-06-12 14:14:14 -04:00
intl402 Include locales supported through fallback when testing fallbacks 2019-07-22 02:12:05 -07:00
language Fix typo (#2246) 2019-07-19 16:01:10 -04:00