Skip to content
Snippets Groups Projects
Commit e31b7c43 authored by littledan's avatar littledan Committed by Tom Care
Browse files

Test for case-insensitivity in invalid BCP 47 usage (#836)

This patch adds a regression test for a previous V8 bug reported originally at
https://bugs.chromium.org/p/v8/issues/detail?id=4215
parent f280db45
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,9 @@ var invalidLanguageTags = [
"i_klingon",
"cmn-hans-cn-t-ca-u-ca-x_t-u",
"enochian_enochian",
"de-gregory_u-ca-gregory"
"de-gregory_u-ca-gregory",
"de-tester-Tester", // Case-insensitive duplicate variant subtag
"de-DE-u-kn-true-U-kn-true", // Case-insensitive duplicate singleton subtag
];
testWithIntlConstructors(function (Constructor) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment