aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/intl402/ch06/6.2/6.2.3.js
diff options
context:
space:
mode:
authorNorbert Lindenberg <ecmascript@lindenbergsoftware.com>2012-09-10 11:53:56 -0700
committerNorbert Lindenberg <ecmascript@lindenbergsoftware.com>2012-09-10 11:53:56 -0700
commit75fbd71ee0a39c76cf035e744dc28e408bff7c6f (patch)
tree96d6e4c14b410aea94ed1c63d16636ec8ce225d0 /test/suite/intl402/ch06/6.2/6.2.3.js
parentbcf9c18061df63a233d01a0ea191c0b1135c42a4 (diff)
Updated tests for ECMAScript Internationalization API spec changes; made small enhancements.
- Updated DateTimeFormat tests for new handling of hour12 options property. - Added a few invalid language tags to test of IsStructurallyValidLanguageTag. - Added user-defined language tag to test of CanonicalizeLanguageTag. - Added test for the Intl property of the global object.
Diffstat (limited to 'test/suite/intl402/ch06/6.2/6.2.3.js')
-rw-r--r--test/suite/intl402/ch06/6.2/6.2.3.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/suite/intl402/ch06/6.2/6.2.3.js b/test/suite/intl402/ch06/6.2/6.2.3.js
index ce273e198..4ae15ab27 100644
--- a/test/suite/intl402/ch06/6.2/6.2.3.js
+++ b/test/suite/intl402/ch06/6.2/6.2.3.js
@@ -29,7 +29,8 @@ var canonicalizedTags = {
"de-DD": ["de-DE", "de"],
"zh-hak-CN": ["hak-CN", "hak"],
"sgn-ils": ["ils"],
- "in": ["id"]
+ "in": ["id"],
+ "x-foo": ["x-foo"]
};
// make sure the data above is correct